body {
  color: #000000;
  background-color: #ffffff;
  font-family: "CMU Serif",
               /*
               "Latin Modern Roman",
               "LMRoman10",
               */
               "Lucida Unicode",
               "DejaVu Serif",
               "Bitstream Vera Serif",
               "Garamond",
               serif;
  text-align: justify;
  font-size: 12pt;
  width: 15cm;
  max-width: 50em;
  padding: 1cm 3cm;
}

h1 {
  font-size: 200%;
  display: none;
}

h2 {
  font-family: "Latin Modern Sans Serif",
               "LMSans10",
               "CMU Sans Serif",
               "Lucida Grande",
               "Lucida Sans Unicode",
               "Nimbus Sans L",
               "DejaVu Sans",
               "Bitstream Vera Sans",
               "Verdana",
               sans-serif;
  font-size: 150%;
  margin-left: -2cm;
  font-variant: small-caps;
}

dt {
  font-weight: bold;
}

div.contact_info {
  text-align: center;
}

hr {
  height: 0px;
  border: 1px solid #000000;
  width: 80%;
  margin: 1em auto;
}

a {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

@media screen {
  a:hover {
    background-color: #99ff99;
  }
}
