
/****** HTML TAG STYLES ******/

BODY {
  margin: 20px;
  background-color: #FFFFFF;
}

B {
  color: #004482;
}

IMG {
  border: none;
}

UL {
  list-style-image: url("../images/ul.gif");
}

HR {
  height: 1px; 
  color: #FFFFFF;
  background-color: #FFFFFF; 
  border: none;
  border-top: 1px solid #E8D9B6;
}

H1 {
  color: #004482;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 4px;
}

H2 {
  color: #004482;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 4px;
}

H3 {
  color: #7BB90D;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

P {
  color: #666666;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 17px;
}


