BODY{
	font-family: verdana,arial,helvetica,serif;
	font-size: 9pt;
	color: black;
	background-color: white;
}

h1{	
	font-size: 14pt;
	font-weight: 600;
	color: white;
	background-color: #840052;
	text-align: center;
	padding: 3px;
}

h3{	
	font-size: 11pt;
	font-weight: 600;
	color: white;
	background-color: navy;
	text-align: left;
	padding: 3px;
}

P,UL,OL{
	font-family: verdana,arial,helvetica,serif;
	font-size: 9pt;
	margin-left: 50;
	margin-right: 50;
}

P.copyright{	
	font-size: 8pt;
}

A.optionBtn:link {color:black;text-decoration:none}
A.optionBtn:visited {color:black;text-decoration:none}
A.optionBtn:hover {color:orange;text-decoration:none}

