
body
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
    text-align: center;
}

h2
{
    text-align: center;
}

h3
{
    text-align: center;
}

table
{
    border-collapse: collapse;
    border: 0.1rem solid black;
}

td
{
    border: 0.1rem solid black;
    padding-right: 0.5rem;
}

thead td
{
    border: 0.1rem solid black;
    font-weight: bold;
}

blockquote
{
	background-color: #f0f0f0;
}


