BODY{
  color: #666666;
  background-color: #E6E6FF;
  font-size : 12px;
  font-weight : 100;
  font-family : "MS UI Gothic";
  background-image : url(backboad.gif);
  background-attachment : fixed;
}
H1{
  color: #666666;
  text-align: center;
  border-top-color: #6666FF;
  border-bottom-color: #6666FF;
  padding-top : 3px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 4px;
  border-left-width: 0px;
}
H2{
  color: #666666;
  text-align: center;
  border-top-color: #6666FF;
  border-bottom-color: #6666FF;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
}
H3{
  color: #666666;
  text-align: center;
  border-top-color: #6666FF;
  border-bottom-color: #6666FF;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-style: solid;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-left-color : #6666ff;
  border-right-color : #6666ff;
  font-size : 16px;
  font-family : "MS UI Gothic";
  font-weight : 100;
}
HR{
  color : #8080c0;
  height : 2px;
}
P{
  color: #666666;
  font-size : 12px;
  font-weight : 100;
  font-family : "MS UI Gothic";
}
A{
  color: #6666FF;
  text-decoration: none;
}
A:VISITED{
  color: #9999FF;
  text-decoration: none;
}
A:HOVER{
  color : yellow;
  text-decoration: underline;
}
A:ACTIVE{
  color : #ff59ac;
  text-decoration: none;
}
UL{
  color: #666666;
  list-style-image : url(l_b09.gif);
  list-style-position: outside;
}
TH{
  color: #CCCCCC;
}
TD{
  color: #666666;
  border-width : 1px 1px 1px 1px;
}
BLOCKQUOTE{
  font-size : 12px;
  font-weight : 100;
  font-family : "MS UI Gothic";
  line-height : 16px;
}
FORM{
  font-size : 12px;
  font-family : "MS UI Gothic";
  font-weight : 100;
  text-align : right;
}
DIV{
  font-size : 12px;
  font-family : "MS UI Gothic";
  font-weight : 100;
  color : gray;
  line-height : 18px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #8080c0 #8080c0 #8080c0 #8080c0;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 500px;
  height : 300px;
}