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