body	{
	font-family: garamond, times, serif;
	background: white;
}

li {
	list-style-type: circle;
}

div.structural {
	border: 2px solid brown;
	background-color: #ffd;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	padding: 16px;
	-moz-border-radius: 12px;
}

div#sections {
    height: 300px;
    overflow: hidden;
}

div#sections div {
    margin-left: 16px;
    font-family: times, serif;
}

div#main	{
	text-align: justify;
}

div#header {
	text-align: center;
}

div#footer {
    text-align: right;
  	font-size: small;
}

div#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#paging {
    border-top: 1px solid lightgrey;
    text-align: right;
}

button#forwardButton {
    background-color: white;
    border: none;
    color: RGB(128, 128, 192);
}
    
button#backButton {
    background-color: white;
    border: none;
    color: white;
}
    
