html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: rgb(255,255,220); 
 font-family: arial, "Trebuchet MS", sans-serif; 
 font-size: 10px;
 }
h0 {
 font-family: "Trebuchet MS";
font-size: 10px; 
 color: black; 
font-weignt:normal;
 }

h1 {
 font-family: "Trebuchet MS";
font-size: 14px; 
 color: black; 
 text-align: center;
font-weignt:normal;
padding:10px 17px 10px 17px;
 }
h2 {
 font-family: "Trebuchet MS";
font-size: 20px; 
 color: black; 
 text-align: center;
font-weight:normal;
padding:10px 19px 10px 19px;
 }
h3 {
 font-family: "Trebuchet MS";
font-size: 20px; 
 color: black; 
 text-align: center;
font-weight:bold;
padding:10px 19px 10px 19px;
 }
h4 {
 font-family: "Trebuchet MS";
font-size: 30px; 
 color: black; 
 text-align: center;
font-weight:bold;
padding:10px 19px 10px 19px;
 }
h6 {
 font-family: "Comic sans MS";
font-size: 10px; 
 color: black; 
 text-align: center;
font-weight:bold;
 }
h7 {
 font-family: "Trebuchet MS";
font-size: 12px; 
 color: white; 
 text-align: center;
font-weight:normal;
 }

p,ul,li,td {
 color: black; 
 }
a:link {
 color: #333399;
 text-decoration: none;
 }
a:visited {
 color: #333399;
text-decoration: none;
 }
a:active {
 color:#333399;
text-decoration: none;
}
a:hover {
 color: red;
 text-decoration: none;
}