body {
	background-color: dimgray;
	color: white;
}

p {
	color: white;
}

h1 {
	color: white;
}

dl {
	color: white;
}

dd {
	color: white;
}

dt {
	color: white;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: orange;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}