BODY {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}

p, td, tr {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	background-color: white;
	border: none;
}

a {
	font-size: 10px; 
	font-weight: bold;
	color: #008140; 
	text-decoration: none
}
a:hover {
	font-size: 10px;
	font-weight: bold;
	color: white;
	background: black;
}

#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#navigation li {
   float: left;
   font-family: "Trebuchet MS";
   font-size: 10px;
}
#navigation li a {
	display: block;
	width: 80px;
	text-align: left;
	color: #008140;
	padding: 0

}
#navigation li a:hover {
    background: black;
	color: white;
}