/* 全体的な文字色 */
  body {
  color: #666666
  font-size: 12pt
  }

/* リンク */
  a:link { 
  color: #666666; 
  text-decoration: none
  }
  a:visited { 
  color: #666666; 
  text-decoration: none
  }
  a:active { 
  color: red; 
  text-decoration: none
  }
  a:hover { 
  color: #3333FF; 
  text-decoration: underline
  }
