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