#content { 
	overflow:auto;
}
p	{text-align:left;}
h1, h2, h3 {
	color:blue;
	margin: 0 1em;
}
h1, h2 {
	text-align:center;
}
.leftbutton {
float:left;
}
.rightbutton {
	float:right;
	margin-right:1em;
}

