/* CSS Document */


.main {
width:200px;
border:1px solid black;
}

.month {
background-image:url(slashfiles/title.gif);
background-repeat:repeat-x;
background-position:left top;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:blue;
font-weight:bold;
background-color: yellowgreen;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}
.style9 {
	font-family: "Monotype Corsiva";
	font-size: 16px;
}


