body, h1, h2, h3, tr, th, td, p {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, helvetica, san-serif;
}
a:link, a:visited {
  text-decoration: none;
}
a:link:hover, a:visited:hover {
  text-decoration: underline;
}
#menu {
  position: fixed;
  top: 100px;
  left: 10px;
  width: 150px;
  border: solid 2px #ccf;
  padding: 5px;
  margin; 0;
  font-size: 0.75em;
}
#menu p {
}
#content {
  position: absolute;
  top: 100px;
  left: 200px;
  right: 20px;
}
h1, h2, h3 {
  width: 100%;
}
h1 {
  background-color: #ccf;
}
table {
  width: 100%;
}
th, td {
  vertical-align: top;
  padding: 3px;
}
th {
  background-color: #ccf;
  color: #66f;
  text-align: left;
  font-weight: bold;
}
td.title {
  color: #ccf;
  background-color: #66f;
  font-weight: bold;
}
h2,h3 {
  font-size: 1em;
}

.entry {
  padding-top: 5px;
  padding-bottom: 10px;
}

.entry p {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.entry .date {
  text-align: right;
  text-size: 0.4em;
  font-variant: small-caps;
  font-weight: bold;
  color: #999;
}

