BODY{
  background-color: rgb(183,190,210);
 }

a:link, a:visited{
  color: #00f;
  background: transparent;
}

tr.menu{background-color: green;
  font-weight: bold;
 }
A.menu, A.menu:visited, A.menu:active{
  color: white;
  font-weight: bold;
  text-decoration: none;}

A.menu:hover{
  font-weight: bold;
  text-decoration: underline;
  color: yellow;
 }
A.menuact{
  font-weight: bold;
  text-decoration: none;
  color: black;
 }

HR{
  color: green;
 }
td.bottom{
 }
td.content{
 }

