TD
{
	font: 10px Verdana, Tahoma;
	color: dimgray;
}
    
TD.bigtext
{
	font: 14px Verdana, Tahoma;
	color: dimgray;
}
    
#info
	{
	position: absolute;
	top: 0px;
	width: 80%;
	left: -2000px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #DCDCDC;
	}

A:link
{
	text-decoration: none;
	color: #0066cc;
}

A:visited
{
	color: #0066cc;
	text-decoration: none;
}

A:hover
{
	color: #ffff00;
}

A.menu:link
{
text-decoration:none;
color:#555555;
}


A.menu:visited
{
color:#555555;
text-decoration:none
}

A.menu:hover
{
color:#CC0000;
text-decoration:underline;
}


LI
{
	list-style-position: outside;
	list-style-type: square;
}
UL
{
	text-indent: 0px;
}
