.button
{
	font-family: Arial Black;
	width: 100px; 
	height: 40px; 	
	text-align: center;
	vertical-align: middle;
}
.button a 
{
	padding: 1px 1px;
	font-size: 10pt;
	text-decoration: none;
	color: #ffffff;
}
.button a:visited 
{
	color: #ffffff;
}
.button a:hover 
{
	text-decoration: underline;
	color: #00ffff;	
}

.menubar
{
	width=805px;
	height=105px;
	text-align: center;
}

.menucell
{
	text-align: center;
	padding: 1px 1px;
	font-size: 11pt;
	text-decoration: none;
}

.menucell a 
{
	color: #ffffff;
}
.menucell a:visited 
{
	color: #ffffff;
}
.menucell a:hover 
{
	text-decoration: underline;
	color: #00ffff;	
}


