BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: #003F80;   /* 003F80 */
}

A:Hover {
	text-decoration: none; underline; bold; 
	color: #FF0000;      /* 3163CE */
	font-size: 13px; text-decoration:underline; font-weight:bold;
	font-family: Tahoma;
}

.style2 {
	color: #003F80;    /* 003F80 */
	font-weight: bold;          /* bold; */
	font-size: 12px;
	font-family: Tahoma; bold;
}



