body {
	padding : 0% 30% 0% 0%;
	margin : 0px 0px 40px 0px;
	background-color : #ddd;
	color : #131313;
	font-family : georgia, times new roman, times, serif;
}

.content, .copyright {
	padding : 20px 40px 20px 20px;
	background-color : #eee;
	border-right : 1px solid #666;
}

.copyright {
	font-family : monospace;
	padding: 15px;
	background-color : #ffffaa;
	border-top : 1px solid #666;
	border-bottom : 1px solid #666;
}

h1, h2, h3 {
	font-family : trebuchet ms, tahoma, verdana, arial, helvetica, sans-serif;
	margin-top : 5px;
}

h1 {
	color : #a33;
}

h3 {
	border-bottom : 1px solid #a33;
	padding-top : 15px;
}

p, pre {
	font-size : smaller;
	padding-left : 40px;
	line-height:200%;
}

ol {
	padding-left : 75px;
	font-weight : bold;
}