body, div, td
{
	font-family:Verdana;
	font-size: 8pt;
}

h1
{
	font-size: 10pt;
	font-weight: bold;
} 
h2
{
	font-size: 8pt;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: Red;
}



.menu ul 
{
	margin-left:0px; 
	padding-left:20px; 
	list-style-type:square;
	 
}

.error
{
	color:Red;
	font-weight: bold;
}


