<!-- Style sheet for all html documents -->

body       { font-family: Arial; }

.menu      { text-align: center; 
             color: white; 
             font-size: 1em; 
             font-weight: bold }

.content   { color: #003399 }

a          { color: white; 
             text-decoration: none }

a:hover    { color: black; 
             background-color: white }

.tableHead { border-style: none;
             font-weight: bold;
             padding: 1ex }

