body { 
font-family: "century gothic", serif; 
font-size: 14px;
letter-spacing: 1px; 
color: black; 
background-color: "#3399ff";
        scrollbar-face-color: #0099CC;
	scrollbar-shadow-color: #006699;
	scrollbar-highlight-color: #99CCCC;
	scrollbar-3dlight-color: #CCFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #99CCCC;
	scrollbar-arrow-color: #CCFFFF; 
} 

ul {
letter-spacing: 1px;
}

p { 
width: 90%;
color: black;
} 


h1 { 
font-family: "Century Gothic", serif; 
font-size: 18px; 
font-weight: none; 
color: "#0099CC"; 
} 

h2 { 
font-family: "century gothic", serif; 
font-size: 16px; 
font-weight: heavy; 
color: white;
text-indent: 10px;
letter-spacing: 17px;
background-image: url("images/gradients.gif");
background-color: blue;
background-repeat: repeat-y; 
border: 1px solid black;
} 

h3 {
font-family: serif;
font-size: 11px;
color: #ccffff;
font-weight: lighter;
letter-spacing: 1px;
}

h4 {
font-family: serif;
font-size: 14px;
color: black;
text-indent: 10px;
font-weight: lighter;
letter-spacing: 1px;
}

h5 {
font-family:  "century gothic", serif;
font-size: 13px;
color: black;
font-weight: lighter;
letter-spacing: 1px;
}

h6 {
font-family: serif;
font-size: 11px;
color: black;
font-weight: lighter;
letter-spacing: 1px;
}

a:link {
color: #0099cc;
text-decoration: none;
}

a:visited {
color: #ff9900;
text-decoration: none;
}

a:active {
color: #99cccc;
text-decoration: none;
}

a:hover {
text-decoration: none;
color: red;
}
 
a:link img, a:visited img {
border: 0px; color: red;
}


/************************* ID's *************************/ 
#centerDoc { 
position: absolute; 
z-index: 15; 
padding: 0 0 20px 235px; /*top right bottom left*/ 
margin-top: 50px; 
}
