@charset "UTF-8";

.purplehead {
	font-size: 14px;
	color: #7070db;
	text-decoration: none;
}
.mainheaderorange {
	font-size: 14px;
	color: #F93;
	font-weight: bolder;
}
.bluehead {
	font-size: 14px;
	color: #06F;
	text-decoration: none;
}
.darkbluehead {
	font-size: 14px;
	color: #00F;
	font-weight: bold;
}
.biggertextDARK {
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.biggertextPURPLE {
	font-size: 15px;
	color: #7070db;
}
.biggertextBLUE {
	font-size: 15px;
	color: #06F;
}
.biggertextTEAL {
	font-size: 15px;
	color: #096;
}