body {
	background-color: #FDFBE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000
}

a:active {
	text-decoration:none;
	color: Maroon
}
a:link {
	text-decoration:none;
	color: Maroon
}
a:visited {
	text-decoration:none;
	color: Maroon
}
a:hover {text-decoration:none; color:#FF0000}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: large;
	font-weight: bold;
	color: Red
}
h2 {font-family: tahoma,arial, helvetica, sans-serif; text-align: center; font-size: 12px; font-weight: normal; color: #EEEEEE}
h3 {
	font-family: verdana, helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: Red
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	vertical-align : top;
}
th {font-family: tahoma,arial, helvetica; text-align: center; font-size: 10px; color: #EEEEEE}

b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
i {
	font-family: tahoma,arial, helvetica;
	font-size: 10px;
	font-style: italic;
	color: Maroon
}
.linkover {
       color:#005826;
       font-weight:bold;
       background:#E1E9CE;
       font-family:verdana;
       font-size:12px;
       margin:2px 2px 2px 2px;
       padding:4px 15px 4px 15px;
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 16px;
}

#list-menu li {
margin: 2px 0 0;
} 
#list-menu li {
margin: 2px 0 0;
}
#list-menu a {
display: block;
width:180px;
padding: 3px 2px 3px 10px;
border: none;
font-family: verdana, arial, sanf-serif;
text-align: center;
font-size: 12px;
font-weight: bold;
background: #E1E9CE;
text-decoration: none; /*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #3F8155;
}

#list-menu a:hover {
border: none;
background: #3F8155;
color: #E1E9CE;
}
