body {
  background-color: black;
  color: #33CCFF;
}
a:link {
	color: yellow;
}
a:visited {
	color: #FFCC33;
}