P  {
font-family: Arial, Geneva, Verdana,  Helvetica, sans-serif;
}

H1  {}

H2  {}

H3  {
text-decoration : none;
}

A  {
	color : Teal;
	font-weight : bold;
	text-decoration : none;
}

A:Visited  {
	color : Gray;
}

A:Active  {
	text-decoration : none;
}

A:Hover  {
	font-weight : bold;
	color : Black;
	text-decoration : underline;
}

BODY  {
font-family: arial;
color: Black}

