A  {
	color : #496EF9;
	text-decoration : none;
	font-weight : bold;
	font-size : 16px;
	font-family : "Baskerville Old Face";
}

A:Visited  {
	color : Teal;
}

A:Active  {
	color : Fuchsia;
}

A:Hover  {
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}

BODY  {
	font-family : Arial;
	background-color : #ECFCFB;
}
