BODY
{
	font-family:Verdana;
	font-size:85%;
	background-color:white;
}
table 
{
	font-size:95%;
}

.menu 
{
	text-align:center;
	cursor:hand;
	background-image:url('images/menu_bg.gif');
}
.menuhead
{
	text-align:center;
	cursor:default;
	/*background-image:url('images/linehead.gif');*/
	background-color:#c0c0c0;
	color:White;
}

.h1 
{
	font-family:Arial;
	font-weight:bold;
	font-size:140%;
	color:darkblue;	
}
a 
{
	text-decoration:none;
	color:darkblue;
}
a:visited 
{
	color:darkblue;
}
a:hover
{
	color: lightskyblue;
	text-decoration: underline;
}
a:active 
{
	color:Red;
	text-decoration:underline;
}
