BODY {
  background-color: #FFFFFF;
  color: #002060;
}

H3 {
  margin-top: 24px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 120%;
  color: #0000C0;
  border-bottom: 1px solid gray;
}

H2 {
  margin-top: 24px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 140%;
  color: #0000C0;
  border-bottom: 2px solid gray;
}

H4 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #0000C0;
}

.date {
  padding: 0px;
  font-weight: bold;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 120%;
  color: #000060;
}

.menu {
  margin-top: 1px;
  margin-bottom: 1px;
}

.left {
  float: left;
}

.align_right {
  text-align: right;
}

.clear {
  clear: both;
}

.box {
  padding: 12px;
}

.qbox {
  padding: 12px;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  font-size: 90%;
  background-color: #F0F8FF;
  color: #404060;
}

.lbox {
  margin-left: 30px;
  padding-top: 0px;
}

.new {
  font-weight: bold;
  color: #FF0000;
}

.remark {
  font-weight: bold;
  color: #0000FF;
}

