html,
body {
  color: #eee;
  background-color: #181818;
}
a:link { text-decoration: none; color: #eee; }
a:visited { text-decoration: none; color: #555; }
a:active { background-color: #eee }
a:hover { color: #555; }