body
 {
  margin-top: 150px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #000066;
  font-size: smaller}

#navcontainer { width: 130px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;

}

#navcontainer a
{
display: block;
padding: 3px;
width: 130px;
background-color: #000066;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
background-color: #000066;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #0066CC;
color: #fff;
  font-weight: bold
}

