.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited 	{
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #990000;
}

