BODY{
  background-color : white;
}
P{
  color: #666666;
}
A{
  color : #ff8000;
  text-decoration: none;
  

  font-size : 14px;
  font-family : "ＭＳ Ｐゴシック";
}
A:VISITED{
  color: #9999FF;
  text-decoration: none;
  font-size : 14px;
  font-family : "ＭＳ Ｐゴシック";
}
A:HOVER{
  color: #6666FF;
  text-decoration: underline;
  font-size : 14px;
  font-family : "ＭＳ Ｐゴシック";
}
A:ACTIVE{
  color: #3333FF;
  text-decoration: none;
  font-size : 14px;
  font-family : "ＭＳ Ｐゴシック";
}
TD{
  color : gray;
  background-color : white;
  font-size : 14px;
  font-family : "ＭＳ Ｐゴシック";
}