body, table
{
	font-family: Arial;
	font-size: 12px;
}

a
{
	color: #870E05;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.calendar_weekday
{
	color: #605F38;
	font-weight: bold;
}

.calendar_day
{
	color: #3A300C;
	font-weight: bold;
}

.calendar_chef
{
	color: #3A300C;
	font-size: 11px;
}

.calendar_description
{
	color: #605F38;
	font-size: 11px;
}

a.calendar_title
{
	color: #870E05;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.calendar_title:hover
{
	text-decoration: underline;
}

.content_day
{
	font-size: 18px;
}

.content_title
{
	font-weight: bold;
}

.content_chef
{
	color: #3A300C;
}

.copyright
{
	font-size: 11px;
}