table
{
  padding: 0px ;
  border: 0px ;
  width: 100% ;
}

td
{
  vertical-align: top ;
  padding-left: 200px;
  padding-right: 5px ;
}

.header
{
  color: white ;
  background-color: blue ;
  font-size: 12 ;
  font-weight: bold ;
  text-align: right ;
  padding: 5px 5px 5px 5px ;
  border: 0px ;
}

.content
{
}

.menu
{
  width: 160px ;
  color: white ;
  background-color: blue ;
  font-size: 12 ;
  font-weight: bold ;
  text-align: left ;
  padding: 5px 5px 5px 5px ;
  border: 0px ;
      position: fixed;
}

.menu a
{
  color: white ;
  text-decoration: none ;
}

.menu a:hover
{
  color: black ;
  text-decoration: none ;
}

