BODY {
       color: #ffffff;
       background: #000000 url(../picts/blackgy.jpg) fixed
       }
A:link {
         color: #ff0000;
         background: transparent
         }
A:visited {
            color: #ee8a8a;
            background: transparent
            }
TABLE {
        color: #ffffff;
        background: #000000;
        margin-left: 5em;
        margin-right: 9em;
        }
TH { background: #444444;
     color: yellow;
     text-align: center;
     text-decoration: none;
     font-weight: bold;
     font-size: 1.5em;
     }
TD {
     font-size: 120%
     }
TD.header { background: #444444; color: yellow }
TD.gw { background: #888888; color: #ffffff }
TD.bw { background: #000000; color: #ffffff }
IMG { border: 0 }
IMG.picture { float: left }
IMG.valid { border: 0; float: right }
ADDRESS { color: white;
          background: transparent }
IMG.device { float: left }

DIV.floatingmenu { margin: 0;
                   font-weight: bold;
                   line-height: 1.1;
                   text-align: center;
                   position: fixed;
                   position: absolute; /* Fallback if 'fixed' not supported */
                   top: .5em;
                   left: auto;
                   width: 8.5em;
                   right: .5em;
                   }
/* WinIE6 gets confused by 'fixed', so hide it.
   Selector trick courtesy of Johannes Koch, see
   http://pixels.pixelpark.com/~koch/hide_css_from_browsers/
*/
body>div.floatingmenu {
  position: fixed;		/* Overrides 'absolute' above */
}

div.floatingmenu p {
                     margin: 0; 
                     padding: 0.3em 0.4em;
                     font-family: Arial, sans-serif;
                     background: #444;
                     border: thin outset #111;
                     color: white;
                     }

div.floatingmenu a, div.floatingmenu em { display: block; margin: 0 0.5em }
div.floatingmenu a, div.floatingmenu em { border-top: 2px groove #111 }
div.floatingmenu a:first-child { border-top: none }
div.floatingmenu em { background: transparent; color: #CFC }

div.floatingmenu a:link { text-decoration: none;
                          color: white;
                          background: transparent; }
div.floatingmenu a:visited { text-decoration: none;
                             color: #CCC;
                             background: transparent; }
div.floatingmenu a:hover { background: black; color: white }