#pagecontainer {
	clear: both;
	display: block;
	margin: 5px 0 20px 15px;
	padding: 5px 0 5px 0;
	width: 575px;
	vertical-align: top;
	border: 0px solid green;
}

.pagetext {
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #000;
}

.pagetext a, .pagetext a:visited {
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #FF3333;
	text-decoration: none;
	outline: none;
}

.pagetext a:hover {
	color: #000;
}


#nextpagecontainer {
	clear: both;
	display: block;
	text-align: right;
	margin: 0 0 5px 15px;
	padding: 5px 25px 5px 0;
	width: 550px;
	border: 0px solid green;
}

.nextpage a, .nextpage a:visited {
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #FF3333;
	text-decoration: none;
	outline: none;
}

.nextpage a:hover {
	text-decoration: underline;
}

