.weeklyNews {
	background-color: #FF6;
	font-family: Verdana, Geneva, sans-serif;
	border-color:#00F;
	border-width: thin;

}

.event{
	border-bottom-style: dotted;
	background-color: transparent;
}

.Day {
	border-bottom-style: solid;
}

#wNewsBg {
	width: 300px;
	border-width: 2px;
	border-style: solid;
}

.Last {
	border: none;
}

.Ordinary { /*Any other time: Green*/
	background-color: #9C6; 
}

.Festival { /*Christmas, Easter, Epiphany, Saints Days: White*/
	background-color: #FFF;
}

.Preperation { /*Lent, Advent: Purple*/
	background-color: #906;
}

.Feast { /*Holy Week, Pentecost: Red */
	background-color:#F30;
}