P  {
	font-size : small;
	font-family : sans-serif;
	color : Navy;
	font : Arial;
}

H1  {}

H2  {}

H3  {}

A  {
	font : Arial;
	color : Green;
	font-size : small;
	font-family : sans-serif;
	font-weight : normal;
}

A:Visited  {
	color : Maroon;
	font : Arial;
	font-size : small;
	font-family : sans-serif;
}

A:Active  {
	color : Red;
	font : Arial;
	font-size : small;
	font-family : sans-serif;
}

A:Hover  {
	font-size : small;
	font-family : sans-serif;
	color : Blue;
	font : Arial;
}

BODY  {
	color : Navy;
	font-family : sans-serif;
	font-size : small;
}

