  
.head01{
  background-color : #000000;
}
.white01{
  background-color : #ffffff;
  font-size : 13px;
}
.gray01{
  font-size : 13px;
  background-color : #f3f3f3;
}
.underline{
  font-size : 16px;
  text-decoration : underline;
}
.black-title{
  font-size : 15px;
  color : white;
  background-color : black;
}
.black{
  font-size : 13px;
  color : white;
  background-color : black;
}
.gray-title{
  font-size : 15px;
  background-color : #f3f3f3;
  font-weight : bold;
}
.white-title{
  font-size : 13px;
  font-weight : bold;
  background-color : white;
}
.font01{
  font-size : 11px;
}
A:LINK{
  color : #fa5000;
}
A:VISITED{
  color : #009999;
}
A:HOVER{
  color : #fa5000;
  background-color : ;
}
A:ACTIVE{
  color : #ff9900;
}
