.simple .ccchildpage {
	background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%); border-radius: 20px; color: rgb(51, 51, 51); -webkit-border-radius: 20px; -moz-border-radius: 20px;
}
.simple .ccchildpage a {
	color: blue; text-decoration: underline;
}
.simple .ccpages_more {
	text-align: right; font-style: italic;
}
.simple .ccpages_more a {
	text-decoration: none;
}
.simple .ccsubpages {
	padding: 0.5em; border-radius: 20px; border: 2px solid rgb(153, 153, 153); border-image: none; -webkit-border-radius: 20px; -moz-border-radius: 20px;
}
.ccred .ccchildpage {
	background: linear-gradient(rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.1) 100%); border-radius: 20px; color: rgb(51, 51, 51); -webkit-border-radius: 20px; -moz-border-radius: 20px;
}
.ccred .ccchildpage a {
	color: blue; text-decoration: underline;
}
.ccred .ccpages_more {
	text-align: right; font-style: italic;
}
.ccred .ccpages_more a {
	text-decoration: none;
}
.ccred .ccsubpages {
	padding: 0.5em; border-radius: 20px; border: 2px solid rgb(255, 153, 153); border-image: none; -webkit-border-radius: 20px; -moz-border-radius: 20px;
}
.ccblue .ccchildpage {
	background: linear-gradient(rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 255, 0.1) 100%); border-radius: 20px; color: rgb(51, 51, 51); -webkit-border-radius: 20px; -moz-border-radius: 20px;
}
.ccblue .ccchildpage a {
	color: blue; text-decoration: underline;
}
.ccblue .ccpages_more {
	text-align: right; font-style: italic;
}
.ccblue .ccpages_more a {
	text-decoration: none;
}
.ccblue .ccsubpages {
	padding: 0.5em; border-radius: 20px; border: 2px solid rgb(153, 153, 255); border-image: none; -webkit-border-radius: 20px; -moz-border-radius: 20px;
}
.ccgreen .ccchildpage {
	background: linear-gradient(rgba(0, 255, 0, 0.3) 0%, rgba(0, 255, 0, 0.1) 100%); border-radius: 20px; color: rgb(51, 51, 51); -webkit-border-radius: 20px; -moz-border-radius: 20px;
}
.ccgreen .ccchildpage a {
	color: blue; text-decoration: underline;
}
.ccgreen .ccpages_more {
	text-align: right; font-style: italic;
}
.ccgreen .ccpages_more a {
	text-decoration: none;
}
.ccgreen .ccsubpages {
	padding: 0.5em; border-radius: 20px; border: 2px solid rgb(153, 255, 153); border-image: none; -webkit-border-radius: 20px; -moz-border-radius: 20px;
}
