.csharpcode, .code{	font-size: 13px; 
/* STUPID IE: this causes huge rendering problem */	
color: #383838;	font-family: Courier New , Courier, Monospace;	
background-color: #ffffff;	/*white-space: pre;*/	
overflow: auto; /* prevent code going out of bounds */	
padding: 5px; /* >= 1px prevents unneeded scroll bars */	
max-height: 500px; 
/* prevent long code segments from taking too much screen */	
_width: 600px; 
/* stupid IE hack */	
_padding: 20px;
} .csharpcode pre {margin: 0em; } 
.csharpcode .rem { color: #008000; } 
.csharpcode .kwrd { color: #0000ff; } 
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; } 
.csharpcode .preproc { color: #cc6633; } 
.csharpcode .asp { background-color: #ffff00; } 
.csharpcode .html { color: #800000; } 
.csharpcode .attr { color: #ff0000; } 
.csharpcode .alt {	background-color: #f4f4f4;	width: 100%;	margin: 0em;} 
.csharpcode .lnum { color: #606060; } 
/* a nice PRE style for command-line references */
.command {	overflow: auto; /* prevent code going out of bounds */	
background-color: black;	
color: #D3D3D3;	font-size: 13px;	
padding: 5px; /* >= 1px prevents unneeded scroll bars */	
max-height: 400px; /* prevent long code segments from taking too much screen */	
_width: 600px; 
/* stupid IE hack */	_padding: 20px;
} 
.post h5 {	font-size: 1.2em;	margin-bottom:0.5em;} 
.post li {	line-height: 1.6em;}