html, body{ 
   
 font-family: sans-serif;
 font-size: small;
 width: 720px;
 } 
 
h1
{
	margin: 0.25em 0em 0.5em 0em;
	font-size: 1.5em;
}

h2, h3, h4
{
 margin-bottom: 0px; 	
	padding-bottom: 0px;
 
}

p {
	margin: 0em 0.25em 0.5em 0em;
}


div#text {
float: left;
width: 200px;
}

div#img {
	float: right;
}

div#f {
	border: 1px solid black;
	background-color: #fff0e1;
	padding: 10px;
	height: 400px;
}

div#foot {
	float: left;
	width: 720px;
}

#prev {
	float: left;
}

#next {
	float: right;
}

img {
	border: none;
}

