/* Created on Oct 2, 2018 4:53:53 AM */

.content {
  max-width: 800px;
  margin: auto;
  font-size: 16px;
  font-family: Arial, Verdana, sans-serif;
  background: #000000;
  color: #33FF33;
}

a:active {
  text-decoration: none;
  color:#00fdfd;
}

a:visited {
  text-decoration: none;
  color:#71B7B6;
}
a:hover {
  text-decoration: none;
  color:#ffff00;
}
a:link {
  text-decoration: none;
  color:#158fff;
}
