 html,
 body {
 	margin: 0;
 	padding: 0;
 }

 .pagebox {
 	position: relative;
 	margin: 0px auto;
 }

 body {
 	overflow-x: hidden;
 }

 a {
 	text-decoration: none !important;
 }

 a:hover {
 	text-decoration: none !important;
 }

 a:active {
 	text-decoration: none !important;
 }

 a:visited {
 	text-decoration: none !important;
 }

 a:focus {
 	text-decoration: none !important;
 }

 h2 {
 	font-weight: normal !important;
 }

 .p_page .pageNum:hover {
 	background-color: #cb1d26 !important;
 }

 .p_page .pageNum:active {
 	background-color: #cb1d26 !important;
 }

 .p_page .pageNum.active {
 	background-color: #cb1d26 !important;
 }

 .p_page .pre.active {
 	background-color: #cb1d26 !important;
 }

 .p_page .pre:active {
 	background-color: #cb1d26 !important;
 }

 .p_page .pre:hover {
 	background-color: #cb1d26 !important;
 }

 .p_page .next:hover {
 	background-color: #cb1d26 !important;
 }

 .p_page .next:active {
 	background-color: #cb1d26 !important;
 }

 .p_page .next.active {
 	background-color: #cb1d26 !important;
 }

 .p_page .next {
 	background-color: #cb1d26 !important;
 }