body, table
{
		font-family: Comic Sans MS, Arial, Helvetica, VAG Round, Verdana;
		font-size: 12pt;
		font-weight: normal;
		font-style: normal;
		color: black;
		text-decoration: none;
}

td
{
		font-family: Comic Sans MS, Arial, Helvetica, VAG Round, Verdana;
		font-size: 10pt;
		font-weight: normal;
		font-style: normal;
		color: black;
		text-decoration: none;
}

a:link    { color: #ff0000; text-decoration: none; font-weight: normal; }
a:visited { color: #ff0088; text-decoration: none; font-weight: normal; }
a:active  { color: #0000ff; text-decoration: none; font-weight: normal; }
a:hover   { color: #0088ff; text-decoration: underline; font-weight: normal; }

#infoBox
{
	position: absolute;
	padding: 2px;
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	color: red;
	visibility: hidden;
}

