A:link {
	TEXT-DECORATION: underline
;
  color : #484848;
}
A:visited {
	TEXT-DECORATION: underline
;}
A:active {
	TEXT-DECORATION: none
;}
A:hover {
	TEXT-DECORATION: none
;}
BODY {
	COLOR: #666666
;}
TD{
  font-size : x-small;
}
.under_line{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
}
.tangle{border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : silver silver silver silver;}
H1{
  font-size : x-small;
  font-weight : normal;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
H2{
  font-size : small;
  font-weight : bold;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.h2_style{
  font-weight : bold;
  color : #ff7200;
}
.td_bg{
  color : black;
  background-color : #f0f0f0;
}
H3{
  font-size : x-small;
  font-weight : bold;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.under_dot{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : silver;
}
