P  {}

H1  {}

H2  {
	font-size : large;
	font-family : serif;
	font : Times new Roman;
	font-style : italic;
	font-weight : bold;
	background-color : Teal;
	float : none;
	border-style : none;
	text-align : center;
	color : Black;
	list-style-type : square;
}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {
	color : Red;
	text-decoration : underline;
}

BODY  {}


