body {
  font-family: "Lucida Sans";
}

h1 {
  color: #2E007D;
  font-family: "Lucida Sans";
  font-size: 14px;
  }
  
h2 {
  color: #2E007D;
  font-family: "Lucida Sans";
  font-size: 12px;
  font-weight:bold;
  }
  
h3 {
  color: #666666;
  font-family: "Lucida Sans";
  font-size: 9px;
  }
  
hr {
  color: #2E007D;
  margin-right: 10px;
  }

b {
  color: #2E007D;
  }   

p {
  color: #000000;
  font-family: "Lucida Sans";
  font-size: 12px;
  text-align: justify;
  margin-right: 10px;
  }
  
a  {
  color: #2E007D;
  font-family: "Lucida Sans";
  font-size: 12px;
  }
  
a:hover {
  color: #BE0E00;
  font-family: "Lucida Sans";
  font-size: 12px;
  }  

