body {background-color: white; color:#333333; font-family:arial; font-size: 12px; text-align:left} /*sets general props for whole page*/
h1 {font-size: 40px; color:yellow; font-family:"Times New Roman";} 
h2 {font-size: 12px}
a {color:black} /*links stay white*/
.center {text-align:center} /*sets anything with class="center" to be centered*/

