#main { width: 700px; }

.post { font-size: 14px; line-height:20px; }

.post .postTitle { 
font: normal 20px/30px Georgia; 
padding-left:20px;
}
.post p { font-size: 14px; line-height:20px;}
.post ul li { font-size: 14px; }

.post h3 { margin-left:20px;  }

.csharpcode { 
width: 660px;
overflow: auto; 
margin-left:20px;
}

* html body .csharpcode {
width: 640px;
}

.csharpcode, .csharpcode pre
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.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; }

p { margin-left: 20px; margin-right: 20px; }