P  {
	font-family : Verdana;
	font-size : 12pt;
	color : #00FF00;
}

H1  {
	font-family : Comic Sans MS;
	font-size : x-large;
	font-weight : bold;
}

H2  {
	font-family : Comic Sans MS;
	font-size : large;
	font-weight : bold;
}

H3  {
	font-family : Verdana;
	font-weight : normal;
	font-size : medium;
}

A  {
	text-decoration : underline;
	font-family : Verdana;
	color : #00FF00;
	font-size : 12pt;
}

A:Visited  {
	font-size : 12pt;
	color : #00FF00;
	font-family : Verdana;
}

A:Active  {
	color : #008000;
	font-family : Verdana;
	font-size : 12pt;
}

A:Hover  {
	color : Yellow;
	font-family : Verdana;
	font-size : 12pt;
}

BODY  {
	font-family : Verdana;
	color : #00FF00;
	text-align : center;
	text-decoration : none;
	font-size : 12pt;
}

A.lined  {
	text-decoration : underline;
	font-family : Verdana;
	color : #00FF00;
	font-size : 12pt;
}

A:Hover.lined  {
	text-decoration : underline;
	font-family : Verdana;
	color : Yellow;
	font-size : 12pt;
}

P.small  {
	font-family : Verdana;
	font-size : 10pt;
	color : #00FF00;
}

