
A  {
	color : #333399;
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	color : #333399;
	font-family : Verdana;
	font-weight : bold;
	text-decoration : none;
}

A:Active  {
	color : #333399;
	font-family : Verdana;
	font-weight : bold;
	text-decoration : underline;
}

A:Hover  {
	color : Red;
	font-family : Verdana;
	margin-left : 0;
	margin-top : 0;
	border-color : Black;
	font-weight : bold;
}

p, td, th, table, li, ol, ul, br, input, form, textarea { 
	font-family: verdana, arial, helvetica; 
	font-size: 10pt;
	}
body {
	margin: 0px;
	padding: 0px;
	background-color: #003366;
	}