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

H1  {}

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

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

A:Visited  {
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : #ff9900;
	text-decoration : none;
}

A:Active  {
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : #ffcc00;
	text-decoration : none;
}

A:Hover  {
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : #ffcc00;
	text-decoration : none;
}

BODY  {}

