body {
background-color: #000000;
color: white;
}


p {
color: white;
}

h1, h2, h3, h4, h5 {
color: white;
}

a:link { color: white }  /* for unvisited links */
a:visited { color: white } /* for visited links */
a:active { color: white } /* when link is clicked */
a:hover { color: white } /* when mouse is over link */

.centered {
text-align: center;
}
