body {
	color: black;
	background-color: white;
	margin: 1px;
}
	
h1 {
	font-size: 150%;	
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

p {
	font-size:100%;	
}
	
div#content {
left: 0px;
width: 97%;
padding-left: 20px;
background: white;
min-height: 100%;
border-left: 0px blue dashed;
}

div#content h1 {
	padding-left: -10px;		
}
	
