body {
  background-color: white;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}
a {
  text-decoration: none;
  color: #707070;
}
a:hover {
  text-decoration: underline;
}
.content {
  font-family: courier;
  text-align: left;
  background-color: #C9C9C9;
  margin-left: 140px;
  padding-left: 1em;
  padding-right: 1em;
}
.icon {
  float: left;
  width: 128px;
  background-color: #C9C9C9;
  font-size: 8pt;
  text-align: center;
}
.stupidtext {
  color: #707070;
}
.entries {
}
.entry {
  margin-bottom: 1em;
}
.entry a {
  text-decoration: none;
  color: black;
}
.entry a:hover {
  text-decoration: underline;
}
.entry .title:before {
  content: "def ";
  color: #707070;
  font-weight: normal;
}
.entry .title {
  font-weight: bold;
}
.entry .date {
  margin-left: 10px;
  color: #707070;
  font-weight: normal;
}
.entry .date:before {
  content: "; end # created on ";
}
.copy {
  font-size: 8pt;
  text-align: right;
}
.post {
  font-family: verdana, arial, sans-serif;
}
