/** Site stylesheet ***/

body {
	
}

.code {
   font-family:courier new;
   font-size:12px;
   color: black;
   border: solid thin #bc5e1f;
   background-color: #f3f3f3;
   overflow: auto;
   max-height: 400px;
   padding: 8px;
   line-height: 15px;
   margin:15px 0;  
   white-space:nowrap;
}
.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}
.postImage {
	max-width:260px;
	max-height:180px;
}
