body {
  font-family: Verdana, Arial;
  color: Black;
  background-color: White;
}
a:link {
  color: #336CA1;
  text-decoration: none
}

a:visited {
  color: #336CA1;
  text-decoration: none
}

a:active {
  color: #336CA1;
  text-decoration: none
}

a:hover {
  color: Red
}

H3 {
  color: #336CA1
}

UL {
  list-style: square;
  color: Red
}

