a:link { color: gray }       /* 訪問済みリンクアンカー */
a:visited { color: gray }    /* 未訪問のリンクアンカー */
a:active { color: gray}      /* 選択されたリンクアンカー */


/* スクロールバー */
body {
/* 背景の色 */
  bgcolor: white;
/* 文字の色 */
  color:gray;
/* スクロールバー */
  font-size: 110%;
  scrollbar-base-color: white;
  scrollbar-track-color: white;
  scrollbar-face-color: white;
  scrollbar-shadow-color: gray;
  scrollbar-darkshadow-color: white;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: gray;
  scrollbar-arrow-color: gray;
 }
input{
  color : gray;
  bgcolor: white;
  background-color : white;
}

