body {
  text-align: center
}

#container {
  width: 900px;
  margin: 0 auto;
  text-align: left
}

P.date {
  color: gray;
  font-weight: bold;
}

P.time {
  color: gray;
}

P.labels {
  color: gray;
  font-size: 70%;
}

H1.story {
  text-align: left;
}

H2.story {
  text-align: left;
}

#sidebar {
  float: left;
  width: 270px;
}

#content {
  float: right;
  width: 600px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: verdana, sans-serif;
  font-size: 80%;
}

TH, TD {
  font-family: verdana, sans-serif;
  font-size: 80%;
}

PRE {
  color: black;
  font-size: 120%;
}

#header {
  background-color: green;
  color: white;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 300%;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

IFRAME#tagBox {
  height: 170px;
  width: 270px;
  background-color: white;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

#tagCloud {
  width: 240px;
  background-color: green;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#tagCloud H1 {
  color: white;
  font-size: 120%;
  text-align: left;
}

#tagCloud A {
  color: white;
}

#tagCloud A.count1 {
  font-size: 100%;
  margin-right: 1em;
}

#tagCloud A.count2 {
  font-size: 150%;
  margin-right: 1em;
}

#version {
  clear: both;
}

.tagged {
  color: green;
  text-decoration: none;
}

h1 {
  color: green;
  font-size: 150%;
  text-align: center;
}

h2 {
  color: green;
  font-size: 100%;
  text-align: center;
}

#title {
  background-color: white;
  color: green;
}

.advert {
  text-align: center;
  margin: 10px;
}

address {
  text-align: center;
  font-size: 75%;
}

a:link {
  text-decoration: none;
  color: red;
}

a:visited {
  text-decoration: none;
  color: red;
}

a:hover {
  text-decoration: underline;
  color: green;
}

a.logo {
  text-decoration: none;
  color: white;
}

a.logo:link {
  text-decoration: none;
  color: white;
}

a.logo:visited {
  text-decoration: none;
  color: white;
}

a.logo:hover {
  text-decoration: underline;
  color: white;
}

a.tag {
  text-decoration: none;
  color: white;
}

a.tag:link {
  text-decoration: none;
  color: white;
}

a.tag:visited {
  text-decoration: none;
  color: white;
}

a.tag:hover {
  text-decoration: underline;
  color: white;
}

#pages {
  text-align: center;
  margin: 10px;
}

#currPage {
  padding: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: green;
}

SPAN.commenter {
  color: green;
}

HR.comment {
  width: 50%;
}
