P  {
	color : navy; 
	text-decoration : none;
	font-size : 12pt;
        font-family: Arial, Verdana, sans-serif;
        
}

H1  {}

H2  {}

H3  {}

A  {
	color : Navy;
	text-decoration : none;
	font : normal;
}

A:Visited  {
	color : Navy;
	text-decoration : none;
	font : normal;
}

A:Active  {
	color : Navy;
	text-decoration : none;
	font : normal;
}

A:Hover  {
	color : Red;
	text-decoration : none;
	font : normal;
}

BODY  {}

