P  {
	font-size : medium;
	font-family : Arial;
	text-decoration : none;
}

H1  {}

H2  {}

H3  {}

A  {
	font-family : Arial;
	text-decoration : none;
}

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

A:Active  {
	text-decoration : none;
	color : Navy;
	font-weight : bold;
	font-family : Arial;
}

A:Hover  {
	font-family : Arial;
	color : Red;
	font-weight : bold;
	text-decoration : none;
}

BODY  {
	font-family : arial;
}


