h1 {
	color: #efefef;
	font-size: 22px;
	font-family: "Trebuchet MS", "Lucida Grande", arial, sans-serif;
	border: 0;
	margin: 0;
	padding: 1em;
	background: #666666;
}

h1 a {
	color: #efefef;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2, h3, h4, h5, h6 {
	font-family: Verdana,sans-serif;
	font-weight: bold;
	margin: 9pt;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 13px;
	border-bottom: 2px solid #dddddd;
}

h3 a {
	color: black;
	text-decoration: none;
}

body, table {
	background-color: #ffffff;
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
	border: 0;
}

.story {
	margin-left: 2em;
	margin-right: 2em;
}

.story h1, .story h2, .story h3 {
	font-family: Verdana, sans-serif; 
	font-weight: bold;
	color: black;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	border: 0;
}	

img {
	border: 0;
	vertical-align: top;
}

.code, .xml , .script
{
	margin:15px;
	padding:15px;
	font-size: small;
	font-family: "Courier New", Courier;
	background:whitesmoke;
	border: solid 1px silver;
	line-height:110%;
}

#content { 
	margin-left: 2em;
	margin-right: 140pt;
}

#sidebar {
	float: right;
	width: 120pt;
}

#sidebar h2 {
	margin-left:0;
	font-size: 12px;
}

#sidebar ul {
	padding:0;
	list-style-type:none;
}

.small {
  font-size: 11px;
}

.code-xml, .code-csharp {
	margin:15px;
	padding:15px;
	font-size: small;
	font-family: "Courier New", Courier;
	background:whitesmoke;
	border: solid 1px silver;
	line-height:110%;
}

.shell { 
	border-style: solid; background: #000000; color: #eeeeee;
	#777777; border-width:
	1px; padding: 2pt; 
	margin:15px;
}
