html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: #FFFFCC; 
 font-family: "Trebuchet MS", sans-serif; 
 font-size: 16px;

 }
h1 {
 font-size: 18px; 
 color: black;
font-weight:normal; 
 text-align: center;
 }
h2 {
 font-size: 20px; 
 color: red; 
 padding-left: 15px;
 }
h3 {
 font-size: 16px; 
 color: black;
font-weight:normal; 
 text-align: center;
 }

p,ul,li,td {
 color: black; 
 }
a:link {
 color: #333399;
 text-decoration: underline;
 }
a:visited {
 color: #333399;
 }
a:active {
 color:#333399;
}
a:hover {
 color: black;
 text-decoration: none;
}