
body 
{
  background-color: #FFFFFF;
}

hr
{
  border: 1px solid #DDAA22;
}

p
{
  font-family: Helvetica;
  font-size: 13px;  
}

.title1
{
  font-family: Helvetica;
  font-size: 24px; 
  font-weight: bold;  
  <!-- 24px matches in size with <h2> for Helvetica -->
}

.title2
{
  font-family: Helvetica;
  font-size: 11px; 
  font-weight: bold;  
}

.footer
{
  font-family: Times New Roman;
  font-size: 13px;  
  <!-- 13px matches in size with "font size=-1" for Times New Roman -->
}

.bullet
{
  font-weight: bold;
  color: red;
}

.notes
{
  font-family: Helvetica;
  font-size: 13px;  
}
