html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

body {
      font-family: Helvetica,Arial;
      background-color: white;
}

td.menu {
      font-family: Helvetica,Arial;
      text-align: center;
      background-color: rgb(153, 0, 0);
      color: white;
      width: 150px;
}

a.menu:hover {
      text-decoration: none;
      color: white;
      font-weight:bold;
}
a.menu:active {
      text-decoration: none
}
a.menu{
      font-family: Helvetica,Arial;
      text-decoration: none;
      color: white;
}


a.name:hover {
      text-decoration: none;
      color: #333399;
}
a.name:active {
      text-decoration: none
}
a.name{
      font-family: Helvetica,Arial;
      text-decoration: none;
      color: #666666;
}

a:hover {
      text-decoration: none;
      color: #3737C8;
}
a:active {
      text-decoration: none
}
a{
      font-family: Helvetica,Arial;
      text-decoration: none;
}


table.menu {
      font-family: Verdana,Helvetica,Arial,sans-serif;
      color: white;
}
