P  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	color : Teal;
	font-weight : normal;
	text-align : center;
}

H1  {}

H2  {
	font-size : large;
	font-family : Arial, Helvetica;
	font-weight : normal;
	color : Red;
	text-align : center;
}

H3  {}

A  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : Green;
	text-decoration : none;
}

A:Visited  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : Green;
	text-decoration : none;
}

A:Active  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : Lime;
	text-decoration : none;
}

A:Hover  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : Lime;
	text-decoration : none;
}

BODY  {}


