.grade {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
}

a:link {
	color: #520000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #520000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #852227;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #520000;
	font-weight: bold;
	font-size: 12pt;
}

