h1 {
  color: white;
}

li {
  color: white;
}

h3 {
  color:white;
}

.special {
  color: blue;
  font-weight: bold;
}

li em {
  color: blue;
}

a:link {
  color: blue;
}

a:visited {
  color: purple;
}

a:hover {
  text-decoration: none;

p {
  color: white;
}