/* 外部スタイルシート、ファイル名：style.css */
body {
  background-color : white; 
  color : #33b3ff;
  line-height : 150%;
}
A:Link { color : #00ccb3; }
A:Visited{ color : #ff80b3;}

