body{ 
  font: 12pt georgia; 
  color: #000000; 
  background: #f0f0f0; 
  margin: 2cm;
}
h3{
  font: normal 1.2em georgia; 
  letter-spacing: 1px; 
  margin-bottom: 0.5cm; 
  color: #990000;
}
p{ 
  margin-top: 0px; 
}
div.header{ 
  font: italic normal 12pt georgia; 
  letter-spacing: 1px; 
  margin-bottom: 0.5cm; 
  color: #990000;
  /*color: #7D775C;*/
}
div.footer{
  margin-top: 1.5cm;
  text-align: center;
  font-style: italic;
  font-size: 8pt;
}
div.navigation{
  margin-top: 1.5cm;
  margin-bottom: 1.5cm;
  text-align: center;
  font-size: 10pt;
}
div.center{
  text-align: center;
  margin-top: 0.5cm;
  margin-bottom: 0.5cm;
}
span.note{
  font-size: 0.8em;
}
.right{
  text-align: right;
}
a:link{ 
  text-decoration: none; 
  color: #990000;
}
a:visited{ 
  text-decoration: none; 
  color: #ff8c00;
}
a:hover, a:active{ 
  text-decoration: none;
  font-weight: bold; 
  color: #CC0000;
}

