BODY{
  font-size : x-small;
  font-weight : normal;
  font-family : "MS UI Gothic";
  color : #111111;
}
STRONG{
  padding : 0px;
  margin : 0px;
  font-weight : normal;
}
A:HOVER{
  font-weight : 500;
  color : #00cccc;
  text-decoration : none;
  position : relative;
  left : 1px;
  top :  1px;
}
A:ACTIVE{
  color : red;
  text-decoration : underline;
}
A{
  text-decoration : underline;
  color : #333333;
  
}
