body {
font-family:verdana; font-size:10px;
}
body {
background-color : #F0EDDE; 
}
p {
font-size:10px;
font-family:verdana;
margin-bottom:0;
margin-top:0;
}
A:link {
text-decoration : none; 
color : blue; 
} 
A:visited {
text-decoration : none; 
color : blue; 
} 
A:hover {
text-decoration : none; 
color : #942418 
} 
#navcontainer { width: 135px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana;
font-size:12px;
margin-bottom:0;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 135px;
background-color: #942418;
border-bottom: 1px solid #eee;
text-color : white;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #0E5421;
color: #fff;
}