html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: #000099; 
 font-family: "Comic sans MS", sans-serif; 
 font-size: 10px;
font-weight: normal;
color: black;

 }
h1 {
 font-size: 18px; 
 color: navy; 
 text-align: center;
 }
h2 {
 font-size: 24px; 
 color: black; 
 }

h3 {
 font-size: 32px; 
 color: black; 
font-weight:normal;
text-align: center;
 }
h4 {
 font-size: 50px; 
 color: black; 
 padding-left: 15px;
 }
h5 {
 font-size: 11px; 
 color: black; 
line-height:8px;
font-weight:normal;
 text-align:center;
 }
h6 {
 font-size: 20px; 
 color: black; 
font-weight:normal;
 text-align:center;
 }

p,ul,li,td {
 color: black; 
 }



a:link {
 color: red;
 text-decoration: underline;
 }
a:visited {
 color: red;
 }
a:active {
 color:red;
}
a:hover {
 color:#333399;
 text-decoration: none;
}

select {

background-color: #FFCC66;
font-family: "Comic sans MS";
color: #0000EE;
size: 20px;
border-color: #FF9900;
}
