TABLE{
  border-width : 1px 3px 3px 1px;
  border-style : solid solid solid solid;
  border-top-color : #77A9F6;
  border-left-color : #77A9F6;
  border-right-color : blue;
  border-bottom-color : blue;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  border-radius : 5px;
  font-size: 11pt;
}
TH{ 
  color: blue;
  background-color: #69CEFF;
  font-size: 12pt;
  font-weight: bold;
  text-align : center;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  border-radius : 5px;
}
A:hover {
  color: #FF0000;
  font-weight : bold;
}
.topbar {
  color: #FFFFFF;
  background-color: #7DA6FF;
  font-size: 11pt;
  font-weight: bold;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  border-radius : 5px;
}
.copyright { 
  color: #777777;
  font-size: 10pt;
}
/* “à‘¤TD—p */
.head {
  font-size: 12pt;
  font-weight: bold;
  text-align : center;
}
.body_line {
  border-bottom: 1px dashed #cccccc;
}
.name { 
  text-align : center;
}

