@charset "UTF-8";
* {
	font-size: 13px;
	font-family: Helvetica, Arial, Verdana;
	color:#39170B;
}
h1 {
	color:#E1277A;
	font-size: 1.7em;
	font-weight:lighter;
	
}
h2 {
	color:#E1277A;
	font-size: 1.3em;
	font-weight:normal;
}
h3 {
	color:#39170B;;
	font-size: 1.3em;
	font-weight:normal;
}
a {
	color:#39170B;
	text-decoration: none;
}
a:hover {
	color:#E1277A;
	text-decoration: none;
}
.normal {
	color:#39170B;
	text-decoration: none;
}
.normal:hover {
	text-decoration: none;
}
.specialMarkUp {
	color:#E1277A;
}
.pomegranates{
	font-size: inherit;
	color:#AB2863;
	}
.lemon {
	font-size: inherit;
	color:#56B5D1;
}
.mango {
	font-size: inherit;
	color:#F8C118;
}
.date {
	font-size: 0.8em;
}