BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: #003F80;
}

A:Hover {
	text-decoration: none;
	color: #3163CE;
}

.style2 {
	color: #003F80;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

H1, H2 { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: large;
	color: #394A71; 
	font-weight: bold;

}



