body {
   background:#000;
   color:#ddd;
   margin-left:10em;
   margin-right:10em;
   margin-top:5em;
   font-family:arial;
}

a {
   color:#ff0;
   text-decoration:none;
}

a:hover {
   color:#003;
   background:#ff0;
}

a:visited {
   color:#880;
}

a:active {
   color:#f00;
}

p.update {
   font-size:.6em;
   font-family:sans-serif;
}