P{
  font-size : 12px;
  color : black;
  text-decoration : bold;
  text-decoration : none;
  font-weight : normal;
}
BODY{
  font-size : 12px;
  color : black;
  text-decoration : bold;
  text-decoration : none;
  font-weight : normal;
}
TABLE{
  font-size : 12px;
  color : black;
  text-decoration : none;
}
A{
  color : silver;
  background-color : white;
  border-width : 1px 1px 1px 5px;
  border-color : silver silver silver silver;
  border-style : solid solid solid solid;
  text-decoration : none;
  　width : 100;
  　height :16;
}
A:LINK{
  color : silver;
  background-color : white;
  text-decoration : none;
  border-width : 1px 1px 1px 5px;
  border-style : solid solid solid solid;
  border-color : silver silver silver silver;
  　width : 100;
  　height :16;
}
A:VISITED{
  color : black;
  background-color : white;
  text-decoration : none;
  border-width : 1px 1px 1px 5px;
  border-style : solid solid solid solid;
  border-color : silver silver silver silver;
  　width : 100;
  　height :16;
}
A:HOVER{
  color : black;
  background-color : white;
  text-decoration : none;
  border-width : 1px 1px 1px 5px;
  border-style : solid solid solid solid;
  border-color : black black black black;
  　width : 100;
  　height :16;
}
