body {
  color: #DDDDDD;
  background-color: #202225;
  font-family: courier, monospace;
  font-size: 120%;
}

a {
    font-weight: bold;
}

a,
a:visited {
    color: #009479;
    text-decoration: none;
}

a:hover {
    color: #00B499;
}

#meta {
  top: -.5em;
  position: fixed;
  height: 3.5em;
  float: left;
  text-align: left;
  width: 100%;
  background-color: #202225;
}

#tlogs {
  margin-top: 5em;
  width: 80%;
}

.entry {
  border: 1px dotted white;
  padding: .4em;
  margin-bottom:-4em;
}

.entry p {
  padding: 1em;
}

.entry p.permalink {
  font-size: .6em;
  text-align: right;
}

.entry h5 {
  text-align: right;
  margin-top: .2em;
}

blockquote {
  background-color: black;
  color: #e0b0ff;
  font-size: 90%;
  border: 1px dotted white;
  padding: 4px;
}
