/* This stylesheet is mainly for WP so that these classes appear there. */

/* ##### TEXT STYLES ##### */
body{
	color:#ffffff;
	background-color:#77618D;

	font-weight:bold;
}

.blue {
	color:#71C2FF;
	background-color:transparent;
}
.orange{
	color:#FFCC33;
	background-color:transparent;
}
.not_bold{
	font-weight:normal;
}