BODY.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: Black
}
TD {
	color : White;
}

.tablecell {
  width: 80px;
  height: 80px;
}
.tableheader {
  width: 80px;
  color: #FFFFFF;
  background-color: #000000;
}
.dayofmonth {
	color: #000000;
	text-decoration: none;
	background-color: #DCDCDC;
}
.weeknumber {
  color: #FFFFFF;
  text-decoration: none;
}
.monthlink {
  color: #FFFFFF;
  text-decoration: none;
}
.dayofmonthyearview {
  color: #FFFFFF;
  text-decoration: none;
}
.dayofmonthweekview {
  color: #000000;
  text-decoration: none;
}
.entry {
	color: Black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
 .entry a:link {
	color: Black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
 .entry a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFDEAD;
	font-style: normal;
	font-weight: normal;
}
 .entry a:visited {
   text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
 }
 .entry a:active {
	color: Black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.unapprovedentry {
	color: #FFF8DC;
	text-decoration: none;
}
.navlinks {
  color: #FFFFFF;
}
.aboutinfo {
  color: #FFFFFF;
  text-decoration: none;
}
.layerentry {color: #FFFFFF;
  text-decoration: none;
}
.cal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: White
}
A.cal :LINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: White
}

A.cal :ACTIVE A:VISITED{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: White
}
A.cal :HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black
}