#div1 {
	width: 1000px;
	height: 150px;
	background: #FFBC1B; 
	margin:auto;
	border: 20px double blue;
}
	#div2{
		width: 950px;
		height: 40px;
		background:#009000; 
		margin: auto;
	} 
	h1{
	text-align: center; 
	font-size: 60px; 
	color: #009000;
}
	h2{
		font-size: 30px;
	} 
	h3{
		font-size: 20px;
	}

	#sub{
	margin:0px; 
	font-size: 20px;
	height: 40px; 
	float: left; 
	padding: 7px; 
	list-style: none; 
	color: white; 
	font-weight: bold;

	} 
	 #heading{
	 	font-size: 30px;  
	 	font-family: arial; 
	 	text-decoration: underline; 
	 	color:#32cd32;
	 	  } 
	 	  
	 	  #post{
	 	  font-size: 20px;
	 	  } 
	#goo{
line-height: 1.2px;
} 
#sub a{
 	color: white; 
 	text-decoration: none;
 } 

 #sub a:hover{
 	color: #FF00FF; 
 	text-decoration: underline;
 	font-size: 25px; 
 	background-color: white;
 } 