body {
	margin: 0;
	padding: 0;
	background-color: #011622; 
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

		
div#container {
	margin: 1em auto;
	width: 80%;
	background-color: #011622;  
	}
	
	#container a:link, #container a:visited, #container a:active {
  	color: #ef3e43;
  	text-decoration: none;
	}
	#container a:hover {
   	color: #CCCCCC;
  	text-decoration: underline;
	}



IMG.centered_image {
    	display: block;
    	margin-left: auto;
    	margin-right: auto 
    	}


P.centered_text {
    	margin-left: auto;
    	margin-right: auto;
    	width: 400px;
    	text-align: center;
    	line-height:20px;
	}



