
		body{
		background-color:green;
		color:white;
		}
	
		#gray{
		background-color:gray;
		}
			
	
		h1{
		font-family:helvetica, verdana, sans-serif;
		font-weight: normal;
		font-size:90px;
		line-height:62px;
		margin:0;
		}
		
		p{ 
		
		font-family: georgia;
		font-size:40px;
		line-height:50px;
		margin:12px 0;
		text-align:left;
		}
		

