.pg-normal {
	font-weight: normal;
	text-decoration: none;    
	cursor: pointer;    
}
.pg-selected {
	color: yellow;
	font-weight: bold;        
	text-decoration: underline;
	cursor: pointer;
}
.pages {
	text-align: center;
	font-family: "Gill Sans MT";
	font-size: 22px;
	padding-top: 10px;
	color: #ffffff;
}
