P  {
	font-size : small;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

H1  {
	font-size : large;
	color : Red;
	background-color : Gray;
	font-family : Verdana;
}

H2  {}

H3  {}

A  {
	text-decoration : none;
	color : Teal;
	font-weight : normal;
	font-size : small;
	text-align : center;
	font-family : Arial;
}

A:Visited  {
	color : Blue;
}

A:Active  {
	color : Navy;
}

A:Hover  {
	color : Red;
}

BODY  {
	color : Black;
	background-color : White;
	font-size : small;
	font-family : Verdana;
}

