<!--
#maincontainer {
	height: 600px;
	width: 750px;
	margin-left: 50px;
	padding: 25px 40px;
	background-color: #ff9999;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #000066;
	text-align: center;
}
.center { text-align: center; }
#content {
	clear: both;
	text-align: left;
	width: 500px;
}
#navigation {
	margin: 20px; 0;
}
#prev { 
	float: left;
	margin: 20px;
}
#next { 
	float: right;
	margin: 20px;
}
#prev a:link, #prev a:visited, #prev a:focus, #prev a:active,
#next a:link, #next a:visited, #next a:focus, #next a:active { 
	color: #ff0000;
	text-decoration: none;
}
#prev a:hover, #next a:hover {
	color: #000099;
	text-decoration: none;
}
-->
