body 
{
    background-color: white;
}

p 
{
    font-family: sans-serif;
    text-align: justify;
	width:70%;
	padding-left:15%;
}

h2 
{
    font-family: sans-serif;
    text-align: center;
}

h3 
{
    font-family: sans-serif;
    text-align: center;
}

table
{
	width:70%;
	text-align:center;
	padding-left:15%;
}

td
{
	width:33%;
}

.q
{
	font-weight:bold;
	color:#000033;
}

.a
{
	font-weight:normal;
	color:#003300;
}

.update
{
	color:red;
}
