body {
	padding: 0;
	border: 0;
	color: black;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	font-family: Verdana, "Deja Vu", "Bitstream Vera Sans", sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #336;
	line-height: normal;
	text-align: left;
}

h1 {
	margin-top: 0;
	font-size: 2.0em;
}

h1 a {
	color: inherit;
	text-decoration: none;
}

h1 a:visited {
	color: inherit;
}

h2 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.35em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.15em;
	font-style: italic;
	margin-bottom: 0;
}

pre {
	background: white;
	padding: 1ex;
	margin: 1em 0 1em 0em;
	font-family: monospace;
	line-height: normal;
	border: 1px solid #ccc;
	width: auto;
	white-space: pre-wrap;
}

dd {
	padding: 1ex;
	margin-left: 3em;
	margin-bottom: 0;
}

hr {
	margin: 2em 0;
}

a {
	color: #006;
}

a:visited {
	color: #606;
}

.d_code {
	background-color: #fcfcfc;
	color: #000066;
}

.d_inlinecode {
	font-family: monospace;
	font-weight: bold;
}

.d_comment { color: green; }
.d_string { color: red; }
.d_keyword { color: blue; }
.d_psymbol { text-decoration: underline; }
.d_param { font-style: italic; }

.d_decl .ddoc_psymbol {
	color: #C30;
}

li {
	padding-bottom: .7ex;
}

.d_inlinecode {
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Andale Mono", "Monaco", "DejaVu Sans Mono", "Lucida Console", "monospace";
}

.d_decl {
	font-weight: bold;
	background-color: #eed;
	border-bottom: solid 1px #99c;
	padding: 2px 0px 2px 2px;
}

.nobr {
	white-space:nowrap;
}

.modules dt {
	font-weight: bold;
	font-size: 1.3em;
	background-color: #eed;
	border-bottom: solid 1px #99c;
	padding: 2px 0px 2px 2px;
}

.modules ul {
	padding-left: 0;
	margin-top: 0.5em;
	list-style: none;
}

.modules li {
	font-size: 1.2em;
}
