BODY {
  margin-left: 2%;
  margin-right: 2%;
  color: black;
  background: white;
  font-family: Garamond, serif;
}


A:link    { color: blue; }
A:visited { color: green;}
A:hover   { color: black;   background: yellow;  }

DIV.main {
  background: white;
  margin-left:   1em;
  margin-right:  1em;
  margin-top:    1em;
  margin-bottom: 1em;
  text-align:   justify;
  font-family:  Garamond, serif;
  font-weight:   normal;
  font-size:    100%;
  line-height:  125%;
  color:        black;
}

hr {
  color:        rgb(210,0,0);
}

H1 {
  /* font-family: Univers, sans-serif; */
  /* font-style:  italic; */
  font-family: Times, serif;
  font-weight: bold;
  color:       rgb(210,0,0);
}
H1 {
  font-size:    200%;
}

H2 { font-size:    150%;
  font-family: Times, serif;
  font-weight: bold;
  color:       rgb(210,0,0);

}
H3 {
  font-size:    120%;
  font-family: Times, serif;
  font-weight: bold;
  color:       rgb(210,0,0);
}
H4 {
  font-size:    100%;
}


address, blockquote {
  font-family: Garamond, serif;
  font-style:  normal;
  font-size:    100%;
  line-height:  120%;
  margin-left: 15%;
  margin-right: 15%;
}
