body {
  background-color: #e0e0e0;
  color: #101066;
  font-family: garamond, times, sans-serif;
  font-weight: normal;
}

:link { 
  color: #0040ff; 
  text-decoration: none;
}
:visited { 
  color: #6000e0; 
  text-decoration: none;
}
:hover { 
  background-color: #101066; 
  color: #e0e0e0;
}
:active { 
  background-color: #101066; 
  color: #e0e0e0;
}

dt {
  font-weight: bold;
}

