body {background-color: black; color: white}
h1 {color: white}
p {color: white}
:visited { color: #667799 } /* for visited links */
:active { color: rgb(255, 0, 102) } /* when link is clicked */
:hover { color: rgb(255, 0, 96) } /* when mouse is over link */
