BODY {
  background: white; /* OK? */
  color: black;
}

A:link {
  color: blue;
}

A:visited {
  color: purple;
}

A:hover {
	BACKGROUND: yellow
}
