 
BODY{
  
  background-image : url(kyouyou/stars.gif);
  background-repeat : repeat;
  background-attachment : fixed;
  color : black;
}
A{
  color : navy;
  
}
A:LINK{
  color : navy;
}
A:VISITED{
  color : purple;
}
A:HOVER{
  color : white;
  background-color : black;
  text-decoration : none;
}
A.widelink{
  width : 100%;
}
