
body {
  background-color: white;
  font-family: arial;
  font-size: 10pt;
  padding-left: 2ex;
  padding-right: 2ex;
}

h1 {
  font-size: 170%;
  font-weight: bold;
}

a { text-decoration: none; }
a:link    { color: blue; }
a:visited { color: purple; }
a:hover   {background-color:#eee; text-decoration:none;}

#date {
  padding-right: 3ex;
  padding-bottom: .6ex;
}