@charset "utf-8";

body {
background: #white;
margin: 0px 0px 0px 0px;
}

#links {
float: center;
background: white;
}

#links a {
color: #FF3300;
text-decoration: none;
}

#links a:hover {
color: #FF3300;
text-decoration: underline;
}

.calendarhead {
text-align: center;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
color: #000000;
letter-spacing: .3em;
}

.calendar {
font-family: Verdana, Arial, sans-serif;
color: #000000;
font-weight: normal;
letter-spacing: normal;
text-decoration: none;*/
background: none;
}

.calendar th {
font-size:8px;
width : 20px ;
}

.calendar td {
font-size:9px;
color: white;
}

.calendar table {
padding: 0px;
border-collapse: collapse;
}
