
body {
    background-color: #444444;
}

p {
    color: white;
}

h1 {
    color: white;
}

h2 {
    color: white;
}

h4 {
    color: white;
}

ul {
    color:white;
}

/* unvisited link */
a:link {
  color: #FBF90B;
}

/* visited link */
a:visited {
  color: #F9EF9B;
}

/* mouse over link */
a:hover {
  color: hotpink;
}
