body {

  background-color: #ffffff;

  font-family: "Courier New", monospace;

}

div.contents {

  position: absolute;
  top: 0;
  left: 13em;

}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

h1 {
  margin: 0;
  padding: 1em;

  font-weight: bold;
  font-size: 100%;
  text-align: center;

  border-bottom: solid #000000 0.25em;
}

h2 {
  font-weight: bold;
  font-size: 100%;
}

h2.date {
  color: #000000;
  font-weight: bold;
  font-size: 100%;
  font-variant: small-caps;
}

h3 {
  font-weight: bold;
  font-size: 100%;
}

:link {
  color: red;
}

:visited {
  color: black;
}

img{
  border: solid #aaaaaa 1px;
}

a img {
  border: solid 1px;
}

/* ========================= Menu Rules ========================= */

div.menu {

  position: absolute;
  left: 0;
  top: 0;
  width: 10em;

  padding: 1em;

  font-size: 100%;

  border-right: solid #000000 0.25em;
}

.menu ul {  padding: 0;  margin-left: 0;}.menu ul li {  list-style-type: none;}