/** 
	Stylesheet for the web 
*/
body {
	padding: 1.2em;
	margin: 0;
	font-family: sans-serif;
	font-size: 11pt;
	line-height: 1.2em;
	color: #000;
	background-color: #fff;
}

/** Header row */
#header {
	font-weight: bold;
	font-size: 144%;
	padding-bottom: .1em;
	border-bottom: 2px solid #ccc;
	margin-bottom: 1.2em;
}

/** Sections' formatting */
.section {
	margin-bottom: 1.2em;
}

.section .heading {
	font-size: 120%;
	font-weight: bold;
	padding: .1em;
	border-bottom: 1px solid #333;
	margin-bottom: .3em;
}

.section .content {
	padding-left: .6em;
	color: #333;
}


