html, body {
 width:1200px;
 margin-right: auto;
 margin-left:auto;
 padding: 0;
}
body {
 background-color: #CCC;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: black;
}


h1 {
 font-family:Arial, Helvetica, sans serif;
 font-size: 20px; 
 font-weight:big;
 color: purple; 
}
h2 {
font-family: Arial;
 font-size: 14px; 
 color: black; 
}
h3 {
font-family: " Arial;
 font-size: 14px; 
 color: #000099; 
 }
h4 {
font-family:"Trebuchet MS", Arial, Helvetica, sans serif;
 font-size: 20px; 
 color: black; 
}
h5 {
font-family:"Trebuchet MS", Arial, Helvetica, sans serif;
 font-size: 25px; 
 color: black; 
}
h6 {
font-family:"Trebuchet MS", Arial, Helvetica, sans serif;
 font-size: 15px; 
font-weight:normal;
 color: black; 
}

h7 {
font-family:"Trebuchet MS", Arial, Helvetica, sans serif;
 font-size: 22px; 
 color: blue; 
}
h8 {
 font-family:Arial, Helvetica, sans serif;
 font-size: 20px; 
 font-weight:normal;
 color: black; 
}
h9 {
 font-family:Arial, Helvetica, sans serif;
 font-size: 30px; 
 color: black; 
}
h10 {
 font-family:Arial, Helvetica, sans serif;
 color: black; 
}
p,ul,li,td {
 color: black; 
}
a:link {
 color: #000099;
 text-decoration: none;
 }
a:visited {
 color: #000099;
 }
a:active {
 color:red;
}
a:hover {
 color: red;
 text-decoration: none;
}


