BODY{
  color : #d0ffe0;
  background-color : #483d8b;
  background-image : url(../img/topbg_g.gif);
  font-size : 9pt;
  line-height : 1.3;
  margin-top : 12pt;
  margin-left : 12pt;
  margin-right : 12pt;
  margin-bottom : 12pt;
}

/* Link decoration */
A:LINK{
  color : #adff2f;
  text-decoration : none;
}
A:VISITED{
  color : #adff2f;
  text-decoration : none;
}
A:ACTIVE{
  color : #b0a080;
  text-decoration : underline;
}
A:HOVER{
  color : #ffffa0;
  text-decoration : underline;
}

/* Title decoration */
.Title1{
  color : #404040;
  font-family : serif;
  font-size : 28px;
}
.Title2{
  color : #808080;
  font-family : serif;
  font-size : 28px;
  margin-top : -32px;
  margin-left : 2px;
}
.Title3{
  color : #ffffff;
  font-family : serif;
  font-size : 28px;
  margin-top : -32px;
  margin-left : 4px;
}
.TitleBase{
  border-style : groove;
  background-color : #8fbc8f;
  width : 100%;
}

/* Table decoration */
.T{ border : inset 1pt }
.H{
  font-size : 9pt;
  border : outset 1pt;
  color : #006400;
  background-color : #8fbc8f;
  padding-top : 4pt;
  padding-left : 4pt;
  padding-right : 2pt;
  padding-bottom : 2pt;
}
.D{
  font-size : 9pt;
  border : outset 1pt;
  color : #d0ffe0;
  background-color : #2f4f4f;
  padding-top : 2pt;
  padding-left : 5pt;
  padding-right : 2pt;
  padding-bottom : 2pt;
}

.Tb{
  border-style : none;
  margin : 10px;
  width : 80%;
}
.Tr{
  padding : 5px;
}
.Hd{
  width : 20px;
  background-color : #98fb98;
}

/* and other decoration */
.menu{
  font-family : monospace;
  text-align : right;
  background-color : black;
}

.en{ font-family : serif }
.en2{ font-family : monospace }

UL{
  list-style-type : square;
}

