body {
  margin: 0;
  padding: 0;
  background: url('bg.jpg') #f0f0f0 repeat-x;
  background-position: 0px 32px;
}
* {
  font-family: Georgia, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}
h1 { font-size: 32px; }
.link {
  color: #005500;
  border-bottom: 1px dotted #005500;
}
a {
  color: #005500;
  border-bottom: 1px dotted #005500;
  outline: none;
}
a:hover {
  color: #005500;
  border-bottom: 1px dotted #005500;
}
a:active {
  color: #005500;
  border-bottom: 1px dotted #005500;
}
div#top {
  height: 32px;
  background: black;
  color: #00cc00;
  text-align: center;
}
div#top a {
  color: #00ff00;
  border-bottom: 1px dotted #00ff00;
}
div#top a:hover {
  color: #88ff88;
  border-bottom: 1px dotted #88ff88;
}
div#top a:active {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}
div#links {
  padding-top: 5px;
  padding-bottom: 5px;
}
div#links_text {
  text-align: left;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 13px;
}
div#links_blog {
  text-align: right;
  position: absolute;
  top: 5px;
  right: 1em;
  font-size: 13px;
}
div.center { text-align: center; }
div.center ul { list-style-type: none; }
div#main { padding-top: 50px; }
hr {
  background-color: #dddddd;
  height: 1px;
  border: 0 none;
}
