body { margin-left:0px; margin-top:0px; top:0; left:0} 
{font-family: Arial, Helvetica; font-weight: normal; font-size : 100%;}
p,td {font-family: Arial, Helvetica; font-weight: 500; font-size: 100%;}
.littlelink {font-family: Arial, Helvetica; font-weight: 600; font-size: 12px;}
.copyright {font-family: Arial,Helvetica; font-weight: 500; font-size: 10px; }
.small {font-family: Arial, Helvetica; font-weight: 500; font-size: 12px;}
.italic {font-family: "Times New Roman, Times"; font-weight: 500; font-size: 100%; font-style: italic;}
A:link {color:#3e4b1a;font-weight: bold;text-decoration:underline}
A:hover {color:#566328;text-decoration:none}

/* new css below */

ul li {
margin:0px 0px 10px 0px;
font-weight:bold;
}

.nav {
font-family:arial;
font-size:18px;
text-align:center;
margin:30px 0px 10px 0px;
}

.nav a {
font-weight:normal !important;
color:#ffffff !important;
margin:0px 10px;
text-decoration:none !important;
background-color:#3e4b1a;
padding:10px 15px;
-moz-border-radius: 3px;
border-radius: 3px;
border:1px solid #2c340f
}

.nav a:hover {
font-weight:normal !important;
color:#ffffff !important;
text-decoration:none !important;
background-color:#566328;
}

