body {
   background: black;
   font-family: arial, helvetica, sans-serif;
   color: silver; 
   margin-top: 3ex;
   margin-left: 3ex;
   margin-bottom: 3ex;
   margin-right: 3ex;
}

h1 {
   font-size: 20px;
   font-variant: small-caps;
   text-align: center;
/* letter-spacing: .3em;  broken in some browsers */
   margin-bottom: 2ex;
}

tr {
   font-size: 16px;
   font-weight: bold;
}

a:link { color: white; text-decoration: none }
a:visited { color: silver; text-decoration: none }
a:hover { color: #617dbc; text-decoration: underline }

