BODY
  { font-color: #000000; background: #FFFFFF; font-family:sans-serif; margin:5; }
 
A:link
  { color: #0000FF; }
   
A:visited
  { color: #0000FF; }
   
A:active
  { color: #0000FF; }

A:hover 
  { color: #FF0000; }
  
H1
  { font-variant: small-caps;
    font-size: 24pt;
    text-align: center;
    font-family: serif;
    margin: 0 0;
  }
  
DIV
 {
   position: absolute;
   align:center;
   width: 500px;
   left: 200px;
   right: auto;
 }
 
DIV.boards
  {
    position: absolute;
    align:center;
    width: auto;
    left: 200px;
    right: auto;
 }
 
DIV.menu
 { 
   background-color: #FFFFCC;
   margin: 0 0;
   font-weight: bold;
   text-align: center;
   position: absolute;
   top: 50px;
   left: 20px;
   width: 150px;
   right: auto;
   border: thin outset;
 }
 
DIV.menu a, DIV.menu a:visited, DIV.menu a:active
 {
   border-top: 2px groove #999;
   margin: 10px 0;
   padding: 0 5px;
   display: block;
   color: #0000FF;
   text-decoration:none;
 }

DIV.menu a:first-child { border-top: none }
 
DIV.menu a:hover
 {
   display: block;
   color: #FFFFFF;
   background-color:black;
   text-decoration:none;
 }