body { 
    background-color: #fff;
    color: #000;
    font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.8em;
}
a {
  color: #c00;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #f00;
  text-decoration: none;
}

h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
  color: #000;
  text-decoration: none;
}
h1, h2, h3 {
    font-weight: bold;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.0em;
}
h5 {
  font-size: 0.8em;
  color: #668;
  text-transform: uppercase;
  font-weight: normal;
}
ul {
    list-style-type: square;
    list-style-position: outside;
    margin: 0px;
    margin-bottom: 8px;
    padding-left: 25px;
}
ol {
    padding-left: 25px;
    list-style-type: arabic;
}
li {
    margin: 0px;
    padding: 0px;

}
hr {
    margin: 10px;
    border: 0;
    color: #666;
    background-color: #666;
    height: 1px;
}
.small {
  font-size: 0.8em;
}
.small a {
    text-decoration: none;
    font-weight: normal;   
}
.blue {
  color: #99c;
}
.spacer, .clear {
  clear: both;
}
.highlight {
  font-size: 1.05em;
  font-weight: bold;
}
.centered {
    text-align: center;
}
div.centered {
    margin: 0px auto;
}