/* Body */
body{
  margin: 0%;
  background-color: black;
  color: white;
  font-family: Verdana, Arial, sans-serif;
}

/* links */
a:link, a:active {
  text-decoration: none;
  color: #ffffff;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
  background-color: auto;
}
a:hover{
  color: yellow;
  text-decoration: none;
}

/* Locations / alignments and images */
div.center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
p.center {
  text-align: center;
  margin-top: 2em;
}
img {
  border: 0;
}