body {
  font-family: verdana, arial, sans-serif;
  font-size: small; 
  background-color: #fff;
  color: #000;
}

.menu {
  color: #777;
  font-size: x-small; 
}

h1 {
  text-align: center;
}

.menu h2 {
  font-size: 9px;
}

.contents h2 {
  background-color: #C00000;
  color: #FFFFFF;  
  border: 1px solid #ccc;
  padding: 3px; 
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.archivedate { 
  color: #C00000;
  font-size: 12pt;
  font-weight: bold;
  font-variant: small-caps;
}

h3.item {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: red;
  
  margin: 0px;
  margin-top: 15px;
}

.itembody { 
  font-size: 12px;
  margin-top: 5px;  
  margin-bottom: 5px;
}

.iteminfo {
  font-size: 10px;
  color: gray;
}

.iteminfo a {
  font-size: 10px;
  font-weight: bolder;
  color: #555;
  text-decoration: none;
}

.commentitem {
  background: #DDDDDD;
  border-bottom: 2px dashed red;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 10px;
}

.commentby {
  float: left;
  position: static
  font-size: x-small;
  font-weight: bold;
}

.commentdate {  
  float: right;
  position: static
  font-size: x-small;
  font-weight: bold;
}

.commentbody {
  align: justify;
  padding-top: 10px;
  padding-bottom: 5px;
}

.leftbox, .rightbox {
  margin: 3px;
  padding: 3px;
  font-size: larger;
  width: 20%;
}
.leftbox {
  float: left;
  border-right: 2px solid #ccc; 
}
.rightbox {
  float: right;
  border-left: 2px solid #ccc;  
}

img {
  border: none;
}

.skip {
  display: none;
}

ul.nobullets {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.highlight {
  background-color: yellow;
}

.formbutton {
  border : 1 solid #000000;
  background : #C00000;
  color : #FFFFFF;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : bold;
}
