p,ul,ol,li,div,blockquote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  }
  
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  font-weight: bold;
  color: #000000;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 2;
  font-weight: bold;
  color: #000000;
}

.footer {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}

.white {
  color: #FFFFFF;
}

.small {
  font-size: 10 px;
  font-weight: normal;
}

a:link {
  color: #FF6600;
  text-decoration: none;
}

a:visited {
  color: #996633;
  text-decoration: none;
}

a:active {
  color: #FF6600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #FF6600;
}