@charset "UTF-8";

#CalendarDate
{
	text-algin:left;
	font-weight:bold;
	border:solid 1px black;
	padding:2px;
	margin-bottom:5px;
	margin-top:5px;
	background-color:lightblue
}

#CalendarLocation
{
}

#CalendarInstructorTitle, #CalendarLessonTitle, #CalendarLocationTitle
{
	color:darkred;
	margin-right:5px;
}

#CalendarInstructor
{
}

#CalendarDescription
{
	text-align:center;
	font-weight:bold;
}

#CalendarComment
{
	border:solid 1px darkred;
	padding:2px;
	width:95%;
	text-align:left;
	margin-top:10px
}

#CalendarLesson
{
}

#CalendarURL
{
	text-align:left;
}