a:link { color: #003399; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: #838383; text-decoration: none }
a:hover { color: green; text-decoration: underline }

a.return:link { color: #003399; text-decoration: none }
a.return:active { color: red; text-decoration: none }
a.return:visited { color: #003399; text-decoration: none }
a.return:hover { color: green; text-decoration: underline }

a.hyper:link {
	color: #804040;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.hyper:active { color: red; text-decoration: none }
a.hyper:visited { color: #838383; text-decoration: none;font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }
a.hyper:hover { color: green; text-decoration: underline }


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

