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;
}

#header h1, h2, h3, h4, h5, h6 {
  padding: 0;
}

#content {
  font-family: "Georgia", "Garamond", "Times New Roman", serif;
  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: "Arial", "Helvetica", serif;
  font-weight: normal;
  line-height:1.2em;
}

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

ul {
  margin: 0; padding: 0;
}

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

#content ul {
  padding-left: 15px;
}

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

a, a:link, a:visited {
  color: black;
  text-decoration: none;
}
a:hover, a:active {
  color: black;
  text-decoration: underline;
}

.label {
  color: black;
  font-weight: bold;
}

.selector {
	cursor: pointer;
}

* html .selector {
	cursor: pointer;
	cursor: hand;
}

.js:hover {
  text-decoration: underline;
}