

.divBody {
	height: 43px;
	width: 100%;
	text-align: center;
}

.divContent {
	line-height: 40px;
	margin-right: 15px;
}

@media screen and (max-width: 900px) {

	.divBody {
		padding-top: 11px;
		/*height: 43px;*/
		/*width: 100%;*/
		/*text-align: center;*/
	}

}

.pageSelect {
	border: 1px solid  #3e94a5;
	color: #FFFFFF;
	background-color:  #3e94a5;
	text-align:center;
	padding: 6px 10px;
	text-decoration: none;
	border-radius: 2px;
}
.page {
	border: 1px solid #c1c1c1;
	text-align:center;
	background-color: #FFFFFF;
	color: #565353;
	padding: 6px 11px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 1px;
}

.page:HOVER {
	border: 1px solid #3e94a5;
	background-color: #3e94a5;
	color: #FFFFFF;
	border-radius: 2px;
}
