BODY {
  font-family: Verdana, sans-serif;
  color: black;
  background: white;
  margin-top: 1.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

H1, H2, H3, H4, H5, H6, ADDRESS {
  font-family: Tahoma, sans-serif;
  color: #036;
}

H1 {
  font-size: 24pt;
}

H2 {
  font-size: 18pt;
}

H3 {
  font-size: 14pt;
}

EM {
  font-style: normal;
  font-weight: bold;
}       
    
STRONG {
  font-style: italic;
  font-weight: bold;
}       

EM STRONG, STRONG EM {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bolder;
}       

B {
  font-weight: bold;
}
  
I {
  font-style: italic;
}

A:link {
  font-weight: bold;
  color: #F30;
}
    
A:visited {
  font-weight: bold;
  color: #996;
}
    
A:active {
  font-weight: bold;
  color: #F30;
  background: #FF0;
}
    
A:hover {
  color: #F30;
}       

IMG {
  border: none;
}
