body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	background-color: white;
	width: 460px;
	margin: 0;
	padding: 20px;
}

h1 {
    color: #991334;
	font-size: 18px;
	text-align: center;
}

h2 {
    color: #F0D842;
	font-size: 14px;
	text-align: left;
}

TH, TD {
	font-size: 13px;
}

#footer{
	background: #ffffff;
	clear: both;
	text-align: center;
	padding: 20px;
}

.instruction {
	color:#003366;
}

