body {background-color: black; color:white; font-family:arial; font-size: 14px; text-align:left} /*sets general props for whole page*/
h1 {font-size: 20px} a {color:white} /*links stay white*/
.center {text-align:center} /*sets anything with class="center" to be centered*/
p {margin:0px 0px 0px 5px;} /*sets margins for anything with p tag */
