body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 1px;
	list-style-type: decimal;
}
.head1 {
	font-size: 140%;
	font-weight: bold;
	color: #990000;
}
.head2 {
	font-size: 125%;
	font-weight: bold;
	color: #8B181A;
}
.head3 {
	font-size: 110%;
	font-weight: bold;
	color: #8B181A;
}

a:link{
	text-decoration:none;
	font-weight: bold;
	background-color: transparent;
	color: #999999;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
} 
a:visited{
	text-decoration:none;
	font-weight: bold;
	background-color: transparent;
	color: #999999;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
} 
a:hover{
	text-decoration:underline;
	font-weight: bold;
	background-color: transparent;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
} 
a:active{
	text-decoration:none;
	font-weight: bold;
	background-color: transparent;
	color: #999999;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}

