@charset "utf-8";
/* CSS Document */

.calendar {background:#fff; font-size:34px;}
.calendar * {text-align:center;}
.calendar a { text-decoration:none; color:#999999}
.calendar a:link { text-decoration:none; color:#999999}
.calendar a:hover { text-decoration:none; color:#999999}
.calendar a:visited { text-decoration:none; color:#999999}
.calendar .weekday {font-weight:normal; }
.calendar .month {background:#d0d0d0; font-weight:bold;}
.calendar .nav {background:#d0d0d0; font-weight:bold;}
.calendar .day {}
.calendar .highlighted {font-weight:bold; text-decoration:none; background:#c0c0c0;}



