
/****** LINK COLORS ******/

A                   { color: #007D57; text-decoration: underline; }
A:hover             { color: #007D57; text-decoration: underline; }

A.mint              { color: #99cbbc; text-decoration: underline; }
A.mint:hover        { color: #99cbbc; text-decoration: underline; }


/****** HTML TAG STYLES ******/

BODY {
  margin: 0px;
  background-color: #E7E7E7;
}

B {
  color: #F55F05;
}

IMG {
  border: none;
}

HR {
  height: 1px; 
  color: #E7E7E7; 
  background-color: #E7E7E7; 
  border: none; 
}

H1, H2, H3, H4, H5, H6 {
  color: #F55C00;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  display: block;
}


/****** CLASSES ******/

.copy {
  color: #666666;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.footer {
  color: #666666;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 20px;
}

.smallelement {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
}
