pre, p.progout, p.boilercode {
	font-family: consolas, "courier new", monospace;
	font-size: 90%;
}

pre {
/*	
white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* 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+ */

margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 7mm;
	margin-right: 7mm;  */
	
	margin-top: 0.3em;
	margin-bottom: 0.9em;
	
	padding-top: 0.1em;
	padding-bottom: 0.1pt;
	padding-left: 0.1em;
	padding-right: 0.1em;
	
	background-color: #F9F8DD;
	
	border-style: dashed;
	border-style: solid;
	border-width: thin;
	border-color: #808080; 
}