h1,h2,h3,h4,h5,h6 {
   font-family: Bitstream Vera Sans, Arial
}

td
{
  font-size: largest;
}

.toplogo {
  position: absolute;
  top: 3px;
  left: 154px;
}

.leftmenu{
  position: absolute;
  top: 175px;
  left:3px;
  width:147px;
  text-align: left;
  background-color: #FF6600;
  font-family: Bitstream Vera Sans;
  border: 2px solid #000000
}

.maincontent{
  position: absolute;
  top: 175px;
  left: 168px;
  text-align:left;
}

td.selected
    {
      background-color: #FFCC33;
    }


#menu a:link, #menu a:visited{
     color: #FFFFFF;
     text-decoration: none;
font-weight: bold;
    }

#menu a:hover{
      text-decoration: underline
   }
