html, body {
 margin: 0;
 padding: 0;
 background-color: white; 
 font-family: monotype corsiva, sans-serif; 
 font-size: 120%;
 color: white
}
h1 {
 font-size: 150%; 
 font-family: monotype corsiva, sans-serif;
 color: white; 
 text-align: center;
 }
h2 {
 font-size: 80%; 
 color: white; 
text-align: center;
 }

p,ul,li,td {
 font-size: 120%; 
color: white; 
 text-align: center;
}