@import url("word-balloons.css");

.DayBoxHeaderLeft {
	background-color:			rgb(134, 155, 174);
	color:							white;
}

.DayBoxHeaderRight {
	background-color:			rgb(80, 105, 130);
	color:							rgb(80, 105, 130);
}

.BlogEntryPerson {
	background-color:			rgb(240, 244, 248);
}

.BlogEntryPersonName a {
	color:							rgb(128, 128, 128);
}

.BlogEntryTitle a {
	color:							white;
}
