A {
	color : Blue;
}

A:hover {
	color : Red;
}

BODY  {
	FONT-FAMILY : Tahoma, sans-serif;
	FONT-SIZE : 10pt;
	background-color : White;
}

INPUT  {
	FONT-FAMILY : Tahoma, sans-serif;
	FONT-SIZE : 10pt;
}

SELECT  {
	FONT-FAMILY : Tahoma, sans-serif;
	FONT-SIZE : 10pt;
}

H1.TITLE  {
	font-size : large;
	font-weight : bold;
}

TEXTAREA  {
	font-size : 10pt;
	font-family : Tahoma;
	color : Black;
}

P.SMALL  {
	font-size : 8pt;
	text-align : center;
}