P  {

	font-family : Arial,Verdana;

	font-size : 13px;

	color : Black;

}



H1  {}



H2  {}



H3  {}



A  {
	font-family : Verdana;

	font-size : 12px;
	
	color : Navy;

	text-decoration : none;

}



A:Visited  {

	font-family : Verdana;

	font-size : 12px;
	

	color : Blue;

}



A:Active  {
	font-family : Verdana;

	font-size : 12px;
	color : Yellow;
	text-decoration : underline;
}



A:Hover  {
	font-family : Verdana;

	font-size : 12px;
	background-color : transparent;
	color : Red;
	text-decoration : underline;
}



BODY  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Black;
}




