HTML { height:100%; width:100%; }

BODY {
   height:100%;
   width:100%;
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;

   background-color: rgb(180,200,220);
   text-align: center;
}

TABLE {
  border: none;
  border-spacing: 0px;
  width:100%;
  height:100%;
  vertical-align: top;
}

TABLE.menu{
   width: 90%;
   height:auto;

   margin-left:auto;
   margin-right:auto;

   text-align: center;
   font-family: Verdana,sans-serif;
   font-size: 12px;
   font-weight: bold;

   border-spacing: 0px 5px;
}

TD.item {
   border: solid;
   border-width: 1px;
   border-color: rgb(120,140,160);
   background-color: rgb(150,170,190);
   padding: 5px;
}

TD.item:hover {
   background-color: rgb(200,220,240);
}

A:link,A:visited,A:hover,A:active  { text-decoration:none; color:#000000}



