/* CSS Document */
body {
  margin: 1em;
  padding: 0.5em;
  color: white;
  background: black;
  font-family: Verdana, 'Geneva CE', lucida, sans-serif;
}

a {
  text-decoration: none;
  color: orange;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}
