html {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0.5em;
  padding: 0px;
  background: #353535;
  color: #F0F0F0;
}

table.monthtable {
  background: #5555bb;
  position: fixed;
  margin: 0px;
  margin-left: 81%;
  width: 10em;
}
table.monthtable thead tr{
  background: #4040a0;
}
table.monthtable caption {
  background: #4040a0;
  margin-left: 81%;
}
#lastmonth {
  top: 3em;
}
#thismonth {
  top: 13em;
  background: #7070d0;
}
#nextmonth {
  top: 23em;
}
div#autoblogbar {
  position: fixed;
  padding: 0px;
  margin: 0px;
  margin-left: 81%;
  top: 1em;
  background: #5050a0;
  width: 10em;
}

div#monthbar {
  font-size: xx-large;
  background: #101090;
  margin-bottom: 1em;
}
#description {
  font-size: large;
}

div {
  width: 75%;
  border-style: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-width: 1px;
  border-color: #101010;
  border-style: solid;
}

div.date {
  background: #2020a0;
  font-size: large;
  border-top-style: hidden;
  border-bottom-style: hidden;
}
div.title {
  background: #2020cc;
  font-size: x-large;
  border-bottom-style: hidden;
}
div.content {
  font-family: fantasy;
  border-top-style: hidden;
  background: #205020;
  margin-bottom: 2em;
}

:link {
  color: #ff8080;
}

:visited {
  color: #b00000;
}