
body {
	background-color: #400000;
}

A {
  color: #000000;
  text-decoration: underline;
}

A:hover {
  color: #ff6600;
  text-decoration: underline;
}