body       { font-family: sans-serif }
a:link     { color: blue; text-decoration: none; } /* unvisited links */
a:visited  { color: slateblue; text-decoration: none; } /* visited links */
a:hover    { color: blue; text-decoration: underline; } /* user hovers */
a:active   { color: slateblue; text-decoration: none; } /* active links */

.cell      { vertical-align: top;
             padding: 6px; } 
.menu      { padding: 3px 5px;
             margin: 3px 5px;
             background: wheat;
             text-align: center;
             font-weight: bold;
             font-size: small;
             border: green solid 1px; }

