 #navcontainer  { width: 200px }

 #navcontainer ul
    { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; list-style-type: none; margin-left: 0; padding-left: 0 }

 #navcontainer a
  { background-color: #696; display: block; padding: 3px; width: 198px; border-bottom: 1px solid #eee }

 #navcontainer a:link, #navlist a:visited
 {
 color: #EEE;
 text-decoration: none;
 }

 #navcontainer a:hover
  { color: #fff; background-color: #9c9 }
.line  { border-bottom: medium solid #206005 }
h1 { font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 0.67em 0; }
h2 { color: #696; font-size: 0.9em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin: 0.83em 0; }
a:link { color: #696; text-decoration: none; }
a:visited { color: #696; text-decoration: none; }
a:hover { color: #9c9; text-decoration: underline; }
a:active { color: #696; text-decoration: none; }
