
TT PRE { font-family: monospace; }

body {
  color: #595959;
  background-color: #a2a689;
  margin: 15px 0px 0px 0px;
  font-family: verdana, sans-serif;
  font-size: 12px;
  }

table {
  font-family: verdana, sans-serif;
  font-size: 12px;
  }


a:link, a:visited, a:active { color: #c2584a;
                              text-decoration: none;
                              background-color: transparent;
                              }

a:hover { text-decoration: underline;
          background-color: transparent;
          }


#main {
  background-color: #edf2c9;
  border: 1px solid #854900;
  padding: 10px;
}

#menu {
  background-color: #edf2c9;
  border: 1px solid #854900;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 5px;
  font-size: 12px;
  white-space: nowrap;
  width: 150px
  }

#menu h3 {
  font-size: 14px;
  text-decoration: underline;
}

#header {
  text-align: center;
  font-size: 24px;
  color: #8a0000;
  font-weight: bold;

}

#time {
  font-size: 10px;
  margin-left: 6px;
  }

#date {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  border-bottom: solid 1px #854900;
  }
#subject {
  font-size: 12px;
  font-weight: bold;
  margin-left: 6px;
}
#morelink {
  font-size: 10px;
}
#post {
  margin-bottom: 5px;
  margin-left: 6px;
}
#longpost {
  margin-top: 5px;
  margin-left: 6px;
}
