/* HTML TAGS */

/* IDs */
#kids_bg {
	background-color: #ffefe8;
}

#teens_bg {
	background-color: #f0f5e5;
}

#parents_bg {
	background-color: #eff2f8;
}

/* CLASSES */
.main_title {
	font-weight: bold;
}


.kids_title {
	color: #D75420;
	font-weight: bold;
	font-size: 13pt;
}

.teens_title {
	color: #7CAB15;
	font-weight: bold;
	font-size: 13pt;
}

.parents_title {
	color: #2556C7;
	font-weight: bold;
	font-size: 13pt;
}
