A{
  color : black;
  font-size : 12px;
  font-family : "MS UI Gothic";
  text-decoration : none;
}
A:LINK{
  font-size : 12px;
  font-family : "MS UI Gothic";
  color : black;
  text-decoration : none;
}
A:VISITED{
  font-size : 12px;
  font-family : "MS UI Gothic";
  color : black;
  text-decoration : none;
}
A:HOVER{
  font-size : 12px;
  font-family : "MS UI Gothic";
  color : gray;
  
}
A:ACTIVE{
  font-size : 12px;
  font-family : "MS UI Gothic";
  color : black;
  text-decoration : none;
}
FONT {
	FONT-SIZE: 12px
;}
INPUT {
	FONT-SIZE: 12px; COLOR: navy
;}
TEXTAREA {
	FONT-SIZE: 12px; COLOR: black
;}
SELECT {
	FONT-SIZE: 12px; COLOR: gray
;}
BODY {
	FONT-SIZE: 12px
;
  background-color : white;
}
TR {
	FONT-SIZE: 12px
;}
TD {
	FONT-SIZE: 12px
;}
