A:link
{
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
A:visited
{
	color: #80080;
	font-weight: bold;
	text-decoration: underline;
}
/*body is blue sans serif*/
BODY
{
	color: #0000CC;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-align: justify;
}
/*h1 is dark red sans serif*/
H1
{
	color: #990000;
	font-size: 14px;
	line-height: 17px;
	font-family: arial, sans-serif;
}
/*h2 is bright red sans serif*/
H2
{
	color: #FF0000;
	font-size: 20px;
	line-height: 24px;
	font-family: arial, sans-serif;
	text-align: center;
}
/*h3 is dark red sans serif underlined*/
H3
{
	color: #990000;
	font-size: 17px;
	line-height: 20px;
	font-family: arial, sans-serif;
	text-decoration: underline;
}
UL
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
LI
{
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 0px;
	margin-left: 43px;
}
