body { 
	background-color: #f5f5f5; 
}
div#wikifooter { 
	border-top: 5px solid #00764c;
	background-color: #dec8dd;
	border-bottom: 2px solid #853378;
}
div#wikiheader { 
	border-top: 2px solid #853378;
	background-color: #dec8dd;
	border-bottom: 5px solid #00764c;
}
div#wikilog {
	margin-top: 10px;
	margin-left: 25px;
	font-size: smaller;
}
td.calendar-today-entry {
	background-color: #ff3333;
}
td.calendar-today-noentry { 
	background-color: #ffc3c3;
}
td.calendar-entry {
	background-color: #c3ffc3;
}
td.calendar-noentry {
	background-color: #ffeedd;
}
a.nonexistent-date  { 
	background: transparent;
	text-decoration: none;
}
a.nonexistent-date:link  { 
	color: #FF2222;
}
a.nonexistent-date:visited  { 
	color: #FF2222;
}
a.nonexistent-date:hover {
	text-decoration: underline;
	color: #444444;
}
form.calendarpub {
	margin-top: 10px;
	margin-left: 40px;
}
ul.loglist {
	list-style: circle
}