/* General Layout */
 body {
  background-color: #DBD7D1;
  color: black;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
 }
 :link { color: #0000FF }
 :visited { color: #800080 }
 :active { color: #FF0000 } 

  .inner{
 	width: 900px;
	height: auto;
  margin: 0px auto;
	text-align:left;
 }
 
h1 { 
	 font-size: 26px; 
	 margin-bottom:0px;
	 margin-top:10px;    
	 background:#079FD9;
   color: #323232;    
	 padding-top: 5px;
	 padding-bottom: 5px;
	 line-height: 110%;        
	 }
	 
h2 { 
	 font-size: 18px; 
	 border-bottom:thick solid #079FD9;  
	 padding-bottom: 5px;  
	 line-height: 110%;        
	 }
 
.content{
 	width: 775px;
	height: auto;
  margin: 0px auto;
	float:left;
	}

/* Google Ads */
 .GoogleAds{ width: 120px; float: right; padding-top: 10px; }

/* used for code snippets */
pre {
	  margin-left:40px;
		margin-right:40px;
		padding-left: 10px;  
    background-color: white;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}