﻿a:link {
	text-decoration: none;
	color:#283a90;
}

a:visited {
	text-decoration: none;
	color:purple; 
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color:#333333;
}
body
	{	font-family: verdana,arial,helvetica; 
		font-size: 12px;
		background-color:#003f87;}
body,td,th {
	font-size: 12px;
	font-weight: normal;
}
a {
	font-weight: bold;
}
h2
	{	font-family: verdana,arial,helvetica; 
		font-size: 14px;
		font-weight: bold}					
