body  {  	
	margin: 0;  	
	padding: 0;  	
	background: #ddd;  
    text-decoration: "none"
	}

a:{ text-decoration: none; }
a:link { color: none; text-decoration: none; }
a:visited { color: #3CB371; }
a:focus { color: #000; }
a:hover { color: #00FA9A; }
a:active { color: green; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

h2 {
	color: #B52C07;
	font: 140% georgia, times, "times new roman", serif;
	}

h2 a { text-decoration: none; }

h3 {
	color: #7d8206;
	font: 110% georgia, times, "times new roman", serif;
	} 
#container  {  	
	margin: 1em auto;  	
	width: 1000px;  	
	background: #fff;  
    text-decoration: "none"
	}    
#header {background: #FFFFFF;}  
#mainnav {background: #FFFFFF; }    
#menu  {  	
	float: left;  	
	width: 165px;  	
	background: #FFFFFF;  
	}    
#contents  {  	
	float: left;  	
	width: 790px;  	
	background: #FFFFFF;  	
	margin: 0 0 0 20px;
    text-decoration: "none"   
	}    
#footer  {  	
	clear: both;  	
	background: #FF9;  
	}  
