BODY {
  color: black;
  background: white;
  line-height: 1.3;
}

H2 {
  color: red;
  background: white;
}

LI {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

A:link 		{ color:#000080; background: white; }
A:active 	{ color:#800000; background: white; }
A:visited	{ color:#aaaa00; background: white; }
A:hover		{ color:#a00000; background: white; }
