body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*font-family: helvetica,verdana, arial,  sans-serif;*/
	text-align: center;
	font-size: 8px;
	color: #333333;
	}
	
A{
	color: #666666;
	/*font-size: 12px;*/
	background-color:transparent;
	text-decoration: none; 	
}


}
A:active{
	color: gray;
	text-decoration: none;

}
A:hover{
	color: #333;
	text-decoration: none ;
}

.currentopen
{
	color: #111111; 	
}

#menu {
	padding: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left; 
	/* part 2 of 2 centering hack */
	}

