@charset "utf-8";

BODY {
	color: #7DFC71;
	background-color: transparent;
	width: 160px; 
	font-size: 12px;
	font-weight: bold;
	font-family: "georgia", "palatino", "times news roman", serif;
	text-align: left;
	margin: 0;
	padding: 0;
} 

.toceven {
	background-color: #C59B20;
	
	height: 22px; 
}

.tocodd {
	background-color: #C59B20;
	height: 22px; 
}

/* A {white-space: nowrap;} */
A:link    {color: #2B5727; text-decoration: none;}
A:active  {color: #508000; text-decoration: none;}
A:visited {color: #0A5304; text-decoration: none;}
A:hover   {color: #000000; text-decoration: none;}
