
.color-blue {color: #003399;
	font-weight: bold;
	/* was style1 */
}
.color-purple {	color: #660099;
	font-weight: bold;
	/* was style2 and is purple*/
}
.color-orange {	color: #FF6600;
	font-weight: bold;
	/* was style3 */
}
.color-green {
	font-weight: bold;

color: #006600;
}
.color-red {
color:#FF0000;
}
.large-font {
font-size:24px;
}
.fontsize-18 {
font-size:18px;
}
.fontsize-16 {
font-size:16px;
}
.group-planner-heading { 
text-align:center;
}