body {
   background-color: white;
   font-family: Garamond, Helvetica, Arial, Sans-Serif;
}

h1 {
  color: #2d70c4;
  margin-top: 10px;
  margin-bottom: 0px; 
}

h2 {
  color: #333333;
  margin-top: 30px;
  margin-bottom: 0px;
}

hr {
  border: dashed #CCCCCC 1px;
  margin-top: 1px;
  margin-bottom: 0px;
}

p, ul, li {
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  color: #2d70c4;
  text-decoration: none; 
  border-bottom: dotted #2d70cf 1px;
}
a:hover {
  color: #2d70c4;
  text-decoration: underline;
  border-bottom: dotted #FFFFFF 1px;
}


