BODY {
  background-color: #aaaaaa;
  padding: 0px;
  margin: 0px;
}

#main {
  width: 960px;
  margin: 0 auto;
  padding: 6px;
  background-color: #ffffff;
  border: 2px solid #555555;
}

.content {
  font-family: Arial;
  font-size: 9pt;
  color: #333333;
  padding: 6px;
}

H1, .content H1 {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  color: #22bb22;
  padding-left: 10px;
}

H2, content H2 {
  font-family: Arial;
  font-size: 13pt;
  font-weight: normal;
  color: #22bb22;
  padding-left: 10px;
}

#maintaglist {
  font-size: 8pt;
  font-family: Arial;
}
#maintaglist A {
  line-height: 16px;
  color: #000000;
  background-color: #d0d0d0;
  display: block;
  padding: 4px 6px 4px 6px;
}
#maintaglist A:hover {
  background-color: #22bb22;
  color: #000000;
}
#maintaglist UL {
  height: 16px;
  display: block;
  padding: 0px;
  list-style-type: none;
}
#maintaglist LI {
  float: left;
}
#maintaglist B {
  width: 50px;
  line-height: 16px;
  color: #d0d0d0;
  background-color: #303030;
  display: block;
  padding: 4px 4px 4px 4px;
  text-align: right;
}  
IMG { border: 0px; }
A { text-decoration: none; font-weight: normal; color: #22bb22; }
A:hover { text-decoration: none; color: #ff0000; }
