BODY { background-color: white;
       background-image: url("/images/background.jpg");
       font-family: Tahoma; font-size: x-small;
     }

A { font-size: x-small; }
A.menu { font-size: xx-small; font-weight: bold; }

A.menu:link { color: yellow; text-decoration: none; }
A.menu:visited { color: lime; text-decoration: none; }
A.menu:hover { color: yellow; background-color: red; text-decoration: none; }
A.menu:active { color: yellow; }

A:link { color: #000066; text-decoration: none; }
A:visited { color: red; text-decoration: none; }
A:hover { color: #000066; text-decoration: none; }

TD.menutitle { font-size: xx-small; font-weight: bold; color: yellow; border-style: outset; border-width: 2pt; border-color: red; background-color: red; }
TD.menu { font-size: xx-small; color: red; }
SPAN.selected { color: cyan; font-weight: bold; font-size: xx-small; }
SPAN.menu { font-size: xx-small; color: yellow; font-weight: bold; }
