body {
  background-color:#fff; 
  font-family: Times New Roman, serif; 
  font-size: 16px;
  color: #000;    
}

p {
  font-family: Times New Roman, serif; 
  font-size: 16px;
  color: #000;    			
}

p.copyright {
  font-family: Times New Roman, serif; 
  font-size: 10px;
  color: #38375a;    			
}

h1 {
  font-family: Times New Roman, serif;
  color: #38375a;
  font-size: 20px;
  font-style: italic;
  padding: 0px;
  margin: 0px;
  border-style: solid;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 2px;
  border-color: #38375a;
}

h2 {
  font-family: Times New Roman, serif;
  color: #e3b33a;
  font-size: 18px;
  font-style: italic;
}

h3 {
  font-family: Times New Roman, serif;
  color: #000;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}
			
a:link {
  font-family: Times New Roman, serif; 
  font-size: 16px;
  color: #666699;                   
  text-decoration: none;
}
                                
a:visited {
  font-family: Times New Roman, serif; 
  font-size: 16px;
  color: #666699;                   
  text-decoration: none;
}

a:hover {
  font-family: Times New Roman, serif; 
  font-size: 16px;
  color: #38375a;                   
  text-decoration: none;
}

a:active {
  font-family: Times New Roman, serif; 
  font-size: 16px;
  color: #666699;                   
  text-decoration: none;
}