body {
font : 13px Arial, sans-serif;
line-height : 1.5em;
background : #393939;
color: #fff;
}
a {
color : #d0eb55;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
h2 {
font : bold 1.6em Arial, Sans-Serif;
letter-spacing : -1px;
color : #d0eb55;
}
ul {
font : 1.1em Arial, sans-serif;
list-style-type: disc;
}
ol {
font : 1.1em Arial, sans-serif;
}
p {
margin : 5px 0;
color: #fff;
font : 1.1em Arial, sans-serif;
line-height: 1.5em;
text-align:justify;
}

.half
{
	width: 50%;
}

/* C# format */

.csharp, .csharp pre
{
	font-size: small;
	color: #fff;
	font-family: Consolas, Courier New, Courier, Monospace;
	background-color: #333;
	margin-left: 2em;
}

.csharp pre
{
	/* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
	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+ */
}

.csharp .csComment { color: #008000; }
.csharp .csDocumentation { color: #aaa; }
.csharp .csKeyword { color: #00aaff; }
.csharp .csString { color: #E0551D; }
.csharp .csDirective {color: #00aaff;}
.csharp .csLineNumber { color: #2B91AF; }