P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : Navy;
	text-decoration : underline;
}

A:Visited  {
	color : Maroon;
	text-decoration : underline;
}

A:Active  {
	color : Red;
	text-decoration : line-through;
}

A:Hover  {
	text-decoration : underline;
	color : Silver;
}

BODY  {
	font-size : medium;
	color : Black;
	text-decoration : none;
	background-color : White;
	font-style : normal;
	font-weight : normal;
}

