body {background-color: black; color: #33ff33; font-family:arial; font-size: 14px; text-align:left} /*sets general props for whole page*/
h1 {font-size: 20px} 
a {color: yellow} /*links stay yellow*/
.center {text-align:center} /*sets anything with class="center" to be centered*/
