.text-light {
	color: #fff;
	
}
.text-dark {
	color: #663366;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #26A9C5;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.title-white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.titleVERYBIG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.text-MEDIUM {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC3399;
	text-decoration: none;
	font-weight: bold;
}

