body {
  background: #c2c2c2 url(../images/bg_darkgrey.gif) repeat-y center top fixed;
  text-align: center;
  font-family: georgia, serif;
  color: #000;
}
h1 {
  font-size: 18px;
  font-family: georgia, serif;
  font-weight: bold;
  font-style: normal;
  color: #000;
  border-bottom: 1px dotted #000;
}
h2 {
  font-size: 16px;
  font-family: georgia, serif;
  font-weight: bold;
  font-style: normal;
  color: #0066aa;
}
h3 {
  font-size: 16px;
  font-family: georgia, serif;
  font-weight: bold;
  font-style: normal;
  color: #000;
}
.bluebold {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  color: #0066aa;
}
.keywords {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #0066aa;
}
.blue {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #0066aa;
}
.quote {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #0066aa;
}
a {
  color: #0066aa;
  border-bottom: 1px dotted #0066aa;
  text-decoration: none;
}

a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
a.image {
  border-bottom: 0px solid #000;
}
