html, body, p, blockquote, form, fieldset, ul, ol, dl, li, div, h1, h2, h3 {
  margin: 0;
  padding: 0;
  background-color: transparent; }

body {
  font-family: "Nimbus Sans L", Helvetica, Arial, Verdana, sans-serif;
  font-size: 75%;
  line-height: 1.5em;
  color: #000000;
  background-color: #e9e9e3; }

p {
  margin: 0 0 1em 0; }

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.5em 0; }

h2 {
  font-size: 1.3em; }

h3 {
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 0.2em; }

h5 {
  font-size: 1.1em;
  margin: 1em 0;
  color: #666; }

a {
  color: #006699;
  text-decoration: underline;
  outline-style: none; }
  a:hover {
    text-decoration: none; }
  a:hover, a:link, a:active, a:visited {
    outline: none; }

table {
  border-collapse: collapse; }

input, textarea, select {
  margin: 0;
  font-size: 1em;
  font-family: "Nimbus Sans L", Helvetica, Arial, Verdana, sans-serif; }

ol {
  margin: 1em 20px; }
  ol li {
    margin: 0.7em 0; }

.pagination {
  margin: 1em 0;
  text-align: center; }

.floatl {
  float: left; }

.floatr {
  float: right; }

.clear {
  clear: both; }
