* { 
 margin: 0; 
 padding: 0; 
} 
body { 
 background-color: #cccccc;
 font: 18px "arial", Verdana, sans-serif; 
 text-align: center;  
} 

A:link {color: blue;}
A:visited {color: blue;}
A:active {text-decoration: none}
A:hover {color: blue;}

h2 { 
 font-weight: bold;  
 font-size: 18px; 
 color: black;  
 background-color: #a988e6;
 text-align:left;
} 

h3 { 
 font-weight: 650;  
 font-size: 16px; 
 color: black;  
 background-color: #a988e6;
 text-align:left;
} 

p { 
 padding-bottom: 14px; 
 background-color: #e9ffff;
 margin: 15px 0px 0px 0px; 
 font-weight: normal;
 font-size: 14px;  
 text-align:left; 
 color: black;  
} 

#page { 
 position:relative;
 z-index: 1;
 margin: 20px auto; 
 width: 860px;
 height:8000px; 
 background: #a988e6 
} 




.clear { 
 clear: both; 
}
