BODY {
  color: white;
  background: green;
}

UL {
  line-height: 1.4em;
}

/* リンク擬似クラス */
 A:link{ color: #ffff00 }   /* 未リンクのアンカー文字 */
 A:visited{color: #0000ff}  /* 既リンクのアンカー文字 */
 A:active{color: #ff0000}   /* 指示最中のアンカー文字 */
