A.arrows                 { color: #FFFFFF; text-decoration: none; }
A.arrows:visited         { color: #FFFFFF; text-decoration: none; }
A.arrows:hover           { color: #FFFFFF; text-decoration: none; }

A.calendar_event         { color: #8d91c7; text-decoration: underline; }
A.calendar_event:link    { color: #8d91c7; text-decoration: underline; }
A.calendar_event:active  { color: #8d91c7; text-decoration: underline; }
A.calendar_event:visited { color: #8d91c7; text-decoration: underline; }
A.calendar_event:hover   { color: #8d91c7; text-decoration: underline; }

A.calendar_today         { color: #FFFFFF; text-decoration: underline; }
A.calendar_today:link    { color: #FFFFFF; text-decoration: underline; }
A.calendar_today:active  { color: #FFFFFF; text-decoration: underline; }
A.calendar_today:visited { color: #FFFFFF; text-decoration: underline; }
A.calendar_today:hover   { color: #FFFFFF; text-decoration: underline; }

/* background grid color */

.calendar_background {
  background-color: #cccccc;
}

/* displays month and year */

.calendar_header {
  color: #ffffff;
  background-color: #8d91c7;
  font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
}

/* days without an event */

.calendar_days {
  color: #231f20;
  background-color: #ffffff;
  font-family: Verdana, Arial;
  font-size: 11px;
}

/* current day */

.calendar_today {
  color: #ffffff;
  background-color: #8d91c7;
  font-family: Verdana, Arial;
  font-size: 11px;
}

/* background color for empty days */

.calendar_empty {
  background-color: #e3e3e3;
  font-size: 11px;
}

/* days with an event */

.calendar_event {
  color: #8d91c7;
  background-color: #e8e8f4;
  font-family: Verdana, Arial;
  font-size: 11px;
}

