html, body {
  border: 0; margin: 0; padding: 0;
  width: 100%; height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0; padding: 0; padding-bottom: 10px;
  font-weight: normal;
}

#content {
  color: black;
}

#content h1 {
  /* A trick: Mac, Linux, BSD, etc. will not read TTF's without quotes for some
     reason.  So put quotes about font-names.  And use the full name, not shorts.
     "Times New Roman" vs Times in other words. */
  font-family: "Times New Roman", "Georgia", serif;
  font-weight: normal;
  color: black;
  line-height:1.2em;
}

#content h2 {
  font-family: "Verdana", "Helvetica", sans-serif, sans;
  font-weight: normal;
  font-size: 1.4em;
  color: black;
  text-transform: uppercase;
  padding-top: .3em;
}

ul {
  margin: 0; padding: 0;
}

img {
  border: none;
}
.imp {
  color: red;
}

input.styleText, textarea.styleText {
  color: #A00;
  background: white;
  border: 1px solid #C00;
}

#content ul {
  padding-left: 15px;
  list-style-image: url(/images/heart2.gif);
}

#footer h6 {
  font-family: "Verdana", "Helvetica", sans-serif, sans;
  font-weight: normal;
  color: gray;
}