body {
	font-family: Arial; 
	font-size: 12px; 
	color: #000000; 
	letter-spacing:0px;
	margin: 0px;
	padding: 0px;
	background-color: #F8FFF3; 
}

a:link {  color: #000000;}
a:visited {  color: #000000;}
a:active {  color: #000000;}
a:hover {color: #658F22; text-decoration: none; }

li           {  font-family: Arial; font-size: 12px; color: #000000; letter-spacing:0px;}
ol           {  font-family: Arial; font-size: 12px; color: #000000; letter-spacing:0px;}
table        {  font-family: Arial; font-size: 12px; color: #000000; letter-spacing:0px;}
td           {  font-family: Arial; font-size: 12px; color: #000000; letter-spacing:0px;}

h1 {
	font-family: Arial;
	font-weight:bold;
	font-size: 14px;
	letter-spacing:0px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
	margin-top: 10px;
}

div#menu {
	font-size: 10px;
}

div#menu a {
	margin-left: 5px;
	margin-right: 5px;
}

.featured {
	color: #ffffff;
}
