body {
   background-color: white;
}

table.menu { background-color:#003399; }

table.menu td { text-align:center; }

table.menu a:link { text-decoration:none; color:white; }
table.menu a:visited { text-decoration:none; color:white; }
table.menu a:hover { text-decoration:underline; color:white; }
table.menu a:active { text-decoration:none; color:white; }

em.important { color:red; }

p.firstletter:first-letter { font-size:200%; }
