body	
	{
	font-family: Arial, sans-serif;
	font-size: 80%;
	}

a:link	
	{
	color:#006666;
	}
	
a:visited
	{
	color:#006666;
	}

td { text-align:left; }

#gevamenu
	{
	width: 135px;
	border: 2px solid #006666;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #006666;
	}
	
#gevamenu h3	{
	background-color: #006666;
	color: #FFFFFF;
	margin:0;
	padding: 3px 0;
	font-size: 90%;
	}
	
#gevamenu ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#gevamenu li	{
	background-color: #009999;
	font-weight: bold;
	margin: 0;
	padding: 2px 0;
	border-top: 2px solid #006666;
	text-align: center;
	font-size: 80%;
	text-decoration: none;
	color: #FFFFFF;
	}
	
#gevamenu li:hover {
	background-color: #000066;
	}	
	
#gevamenu li a:link, #gevamenu li a:visited
	{
	text-decoration: none;
	color: #FFFFCC;
	}	

#gevamenu li a:hover
	{
	text-decoration: none;
	color: #FFCC00;
	background-color: #000066;
	}	
	
#auctionheader {	
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	background-color: #CCCCCC;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;	
	padding: 10px;
	margin-bottom: .8em;
	}