body {
  background-color:  #181818;
  color: #FAFAFA;
}
h1 {
  color: #FAFAFA;
}
p {
  color: #A8DADC;
}

/* Unvisited link */
a:link {
  color:  #A8DADC;
}

/* Visited link */
a:visited {
  color: #B39CD0;
}  

/* Focus and Hover (grouped for consistency) */
a:focus, a:hover {
  color: #FFC1CC;
  text-decoration: underline;
}

/* Active link */
a:active {
  color: orange;
}


