body {
  background: #424242;
  color: #ffffff;  /* TEXTCOLOR */
}

A:link, A:visited, A:active{
  text-decoration: none; 
  color: #EFEEAB}

A:active {color: #aaaaff;}

A:hover {color: #ffaaaa;}
