A:LINK		{
  color:#3333cc;
  text-decoration:none;
}
A:VISITED	{
  color:#333399;
  text-decoration:none;
}
A:ACTIVE	{
  color:#000000;
  text-decoration:none;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
H2{
  margin-left : 30px;
  margin-top : 30px;
}
H3{
  margin-left : 60px;
  margin-top : 30px;
}
P{
  margin-left : 60px;
}
ADDRESS{
  text-align : right;
  margin-right : 30px;
}
STRONG{
  text-decoration : underline;
  font-size : larger;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
HR{
  color : green;
}
TD{
  background-color : #ccff99;
}
TH{
  background-color : #99cc66;
}
LI{
  margin-bottom : 10px;
}
DT{
  margin-top : 10px;
  font-weight : bold;
}
.H1reserve{
  font-size : large;
  margin-left : 10px;
}
.H2partition{
  border-left-width : 20px;
  border-left-style : solid;
  border-left-color : green;
  border-bottom-width : thin;
  border-bottom-style : solid;
  border-bottom-color : green;
}
.target{
  font-size : x-large;
  color : red;
  font-weight : bolder;
  margin-left : 0px;
}
.note{
  font-style : italic;
}
.caution{
  color : red;
  text-decoration : underline;
  font-weight : bolder;
}
.complex{
  margin-left : 60px;
}
.subcomplex{
  margin-left : 90px;
  margin-right : 30px;
}
.listbox{
  background-color : #ccff99;
}
.navi{
  padding-top : 1px;
  padding-left : 5px;
  padding-bottom : 1px;
  margin-top : 1px;
  margin-left : 10px;
  margin-bottom : 1px;
}
.copyright{
  text-align : right;
  padding-top : 1px;
  margin-top : 1px;
}
.vital{
  border-color : red red red red;
  border-width : medium medium medium medium;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.ULterm{
  list-style-type : none;
}
.slogan{
  font-weight : bolder;
  color : green;
}
.layoutcell{
  background-color : white;
}
.announcement{
  font-size : large;
  color : green;
  text-align : center;
  margin-top : 50px;
  margin-left : 50px;
  margin-right : 50px;
  margin-bottom : 50px;
  left : auto;
}
.endHR{
  margin-top : 50px;
}
.H2square{
  border-left-width : 20px;
  border-left-style : solid;
  border-left-color : green;
  padding-left : 5px;
}
H4{
  margin-left : 60px;
  margin-top : 30px;
}
.UL2{
  list-style-type : circle;
  margin-top : 10px;
  margin-bottom : 10px;
}
.OL2{
  list-style-type : decimal;
}
.NODISP{
 display : none ;
}