body {
	margin: 2.2em 2.2em 2.2em 2.2em;
	padding: 1em 1em 1em 1em;
	position: relative;
	z-index: 2;
	background: white;
	color: black;
	border: 1px solid #aaa;
	line-height: 1.5em;
}

html {
	font: small sans-serif;
	background: #f9f9f9;
	color: black;
	margin: 0;
	padding: 0;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
a {
text-decoration: none;
}
a,
a[href ^="https://"],
.link-https {
	padding: 0 16px 0 0;
}
a[href ^="mailto:"],
.link-mailto {
	padding: 0 18px 0 0;
}

/*
** Section Headings
*/
h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; }
h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }


/*
** Code Blocks
*/
blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}
code {
	background-color: #f9f9f9;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

