html, body {
  background: #c6c2bc url('page-gradient.png') repeat-x;
  margin: 0;
}

th, td { /* Fix for YUI CSS */
  border: 0;
}

table { /* Fix for YUI CSS */
  margin-bottom: 0;
}

h1 {
  font-family: sans-serif;
  font-size: 24px;
  color: #17426b;
  font-style: normal;
  line-height: 1.1em;
  margin-bottom: 5px;
  margin-top: 0;
}

h2 {
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px solid gray;
  margin-bottom: 5px;
  margin-top: 0;
}

h3 {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0;
}

p {
  margin-bottom: 1em;
}

a:link, a:visited {
  color: #2d4d6b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

select {
  background-color: white;
}

blockquote {
  float: right;
  text-align: right;
  width: 200px;
  border: 1px solid #ccc;
  padding: 5px;
  font-weight: bold;
  color: #17426b;
}

