body {
  font-family: arial;  
  background-color: white;
  background-repeat: repeat-y;
  font-size: 0.8em;
}

hr {
  width: 80%;
  text-align: center;
}

p {
  font-family: arial;
  font-size: 0.8em;
}

.myh1 {
  text-align: left;
  font-family: Arial;
  font-weight: bold;
  font-size: 2em;
  color: darkblue;
  margin-bottom: 3em;
}

.myh2 {
  text-align: left;
  font-family: Arial;
  font-weight: bold;
  font-size: 1em;
  color: darkblue;
  margin-bottom: 2em;
}

small {
  font-family: Times;
  font-size: 1em;
}

a:visited {
  color: blue;
}

a:hover {
  color: white;  
  background-color: blue;
}
