	a { text-decoration: none ; 
	    }
	a:link { color: white; }
	a:visited { color: white; }
	a:hover { color: #007BFF ; }
	a:active { color: #007BFF  ; }
	body{ 
	   background-color: #000014;
	   font-style: Georgia, Verdana, sans-serif;
	   font-size: 26px;
	   margin: 2em;
	   color: #FFFFFF
	}
	header {
   	   padding: 10px;
   	   text-align: center;
	}
	
	temp {
 	   display: block;
         background-color: blue;
	   align: center;
         padding: 50px;
         font-size: 30px;
	} 

  	@media screen and (max-width:800px) {   /*use media query to add a break point at 800px*/
   	   .left, .main, .right {               /*the width is 100%, when the viewport is 800px or smaller */
       	   width:100%;    
   	    }	
	} 
	p{ text-align: left;
	   font-size: 26px;
	   font-style: Georgia, Verdana, sans-serif;
   	   color: #FFFFFF;

}         
	footer {
	   float:left;
           font-family:Georgia, Verdana, sans-serif;
	   font-size:24px; text-align="left"; color:#FFFFFF;
   	   background-color: #000020;
   	  
	}