BODY  {
	color : Black;
	background-color : white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

H1 {
	color : #002595;
	font-size : 24px;
	font-weight : lighter;
}

H3 {
	color : #002595;
	font-size : 14px;
	font-weight : bold;
}

H5 {
	color : #002595;
	font-size : 12px;
	font-weight : bold;
}

p  {
	color : #000000;
	font-size : 10px;
	font-weight : lighter;
}

td {
	color : #000000;
	font-size : 11px;
	font-weight : lighter;
}

A:VISITED {
	color : #000000;
	text-decoration : none;
	
}

A:HOVER {
	color : #000000;
	text-decoration : underline;
	
}

a:visited img{
border: 1px solid #000000;
}

a:link img{
border: 1px solid #FFFFFF;
}

A:LINK { 
	color : #000000;
	text-decoration : none;
	
 } 