

*
{
font-family:arial,helvetica,sans-serif;
color:#007;
}

.month-table
{
width:154px;
}

.month
{
background-color:#007;
font-weight:bold;
font-size:14px;
text-align:center;
color:#fd0;
}

.day
{
width:22px;
background-color:#eee;
font-weight:bold;
font-size:12px;
text-align:center;
height:20px;
}

.weekdays
{
background-color:#cdf;
font-weight:bold;
font-size:11px;
text-align:center;
width:22px;
}

.weekend
{
width:22px;
font-weight:bold;
font-size:12px;
text-align:center;
background-color:#999;
color:#fe9;
}

.other-month
{
width:22px;
font-weight:bold;
font-size:12px;
text-align:center;
background-color:#ccc;
}

.holiday
{
font-weight:bold;
font-size:12px;
text-align:center;
background-color:yellow;
}

.no-school
{
font-weight:bold;
font-size:12px;
text-align:center;
background-color:yellow;
}

.link1:link, .link1:visited
{
text-decoration:none;
background-color:yellow;
color:#007;
padding:1px 1px 0px;
height:18px;
width:100%;
display:block;
}

.link1:hover, .link1:active
{
text-decoration:none;
background-color:#007;
color:white;
padding:1px 1px 0px;
height:18px;
width:100%;
display:block;
}

.iframe-table
{
font-family:arial,helvetica,sans-serif;
color:#007;
background-color:#ddd;
font-weight:bold;
font-size:14px;
text-align:center;
}


