 /*リンクに関するCSS*/
A:link{
  text-decoration : none;
}
A:VISITED{
  text-decoration : none;
  color : blue;
}
A:HOVER{  
  color : #FF9933;
  text-decoration : none;
}
  
