table.menu {   width:650px;
               height:auto;
	       color: #AAAA33;
	       border-style:none;
               border-color:darkblue;
               background-color:#101010;
               font-size:x-small;
               font-family: Tahoma;
	       }
td {
   background: #202020
   }
.even td {
   background: #101010
   }
.hujer td {
   background: #303030
   }
.hujes td {
   background: #404040
   }


a:link, a:visited   {color: yellow;text-decoration: none}
a:active {color: black}
a:hover {color: white}

