body {
  font-size : 14pt;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: white;
  background-color: blue 
}

h1 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
}
a:link { color: blue }
a:visited { color: purple }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted 
}