html, body {
width:1200px;
 margin-right: auto;
margin-left:auto;
 padding: 0;
 }
body {
 background-color: #cccccc; 
 font-family: "Comic sans MS", sans-serif; 
 font-size: 15px;
color: #792800;
line-height:1.3;

 }
h1 {
font-family: "Comic sans MS", arial;
 font-size: 20px; 
font-weight:normal;
 color: #792800; 
line-height:1.3;
 
 }

h2 {
font-family: "Comic sans MS",arial;
 font-size: 20px; 
 color: #792800; 
 
 }

h3 {
font-family: "Comic sans MS", arial;
 font-size: 24px; 
 color: #792800; 
 
 }
h4 {
font-family: "Comic sans MS", arial;
 font-size: 36px; 
 color: #792800; 
line-height:1.3;
}

h5 {
font-family: "Comic sans MS", arial;
 font-size: 15px; 
font-weight:normal;
 color: #792800; 
line-height:1.3;
 
 }

p,ul,li,td {
 color: black; 
 }

a:link {
 color: #3333ff;
 text-decoration: underline;
 }
a:visited {
 color: #3333ff;
 }
a:active {
 color:#3333ff;
}
a:hover {
 color:red;

}

