@charset "utf-8";
/* CSS Document */

/* For all text sizes please refer to main.css*/

p.pink_larger_bold_font {
	color: rgb(204,0,137);
	font-weight:bold;
}

span.pink_larger_bold_font {
	color: rgb(204,0,137);
	font-weight:bold;
}

span.dark_red {
	color:rgb(176,46,70);
}
