A:LINK {
	font-family : serif;
	font-size : 12pt;
	font-style : normal;
	font-variant : normal;
	text-decoration : underline;
	color : #2A3196;
}

A:HOVER {
	color : Red;
	font-style : italic;
	font-family : serif;
	font-size : 12pt;
	text-decoration : none;
	text-transform : capitalize;
	font-weight : bolder;
	font-variant : normal;
}

A:VISITED {
	font-family : serif;
	font-size : 12pt;
	font-weight : normal;
	color : Blue;
}



