P  {
	font-size : small;
}

H1  {
	font-size : x-large;
	font-family : Verdana;
	color : #008000;
}

H2  {
	font-family : Verdana;
	font-size : 18pt;
	color : FFCC00;
}

H3  {
	font-family : Verdana;
	font-size : 20px;
	color : #3300cc;
	font-style: bold;
}

A  {
	color : #0000FF;
	font style : bold;
	text-decoration : underline;
}

A:Visited  {
	text-decoration : underline;
}

A:Active  {
	text-decoration : underline;
}

A:Hover  {
	color : #FF0000;
	text-decoration : underline;
}

BODY  {
	font-size : 12 pt;
	font-family : Verdana;
	text-align : center;
}

.table A:Hover  {
	color : red;
	text-decoration : underline;
	font-family : Verdana;
	font style : bold;
}

.white A  {
	color : #ffffff;
	font-family : Verdana;
	text-decoration : underline;
	text-decoration : underline;
}

.red  {
	color : #CC3300;
	font style : bold;
	font-size : 14 pt;
	text-decoration : underline;
}

.small{
	font-family : "Verdana", sans-serif;
	font-size : 12px;
