/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 36px;
	padding: 1px;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
}

.pagenavigation {
	font-family: Veranda, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #DDDDDD;
	background-color: #464646;
	display: block;
	padding: 1px;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	line-height: 36px;

}

.pagenavigation:hover {
	font-family: Veranda, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #464646;
	background-color: #999966;
	display: block;
	padding: 1px;
	width: 300px;
	text-align: center;
	height: auto;
	vertical-align: middle;
	line-height: 36px;

}
