body {
	background-image: url("");
	background-repeat: no-repeat;
	margin: 10px;
}

a {
	text-decoration: none;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
}

.headercell{ /* The background of the day labels */ 
	background-color: #669900;
	font-color: #333333;
}

a:link {color: #333333}  /* visited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #ff0000}   /* mouse over link */
a:active {color: #ff0000}   /* selected link */

.border { /* Border of images */
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}


.header { /* Header Text */
	color: #333333;
	text-decoration: none;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

.smalltext{ /* Tiny Text */
        color: #333333;
        text-decoration: none;
        font-color: #333333;
        font-family: Arial;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
}


.default { /* Default Text */
	color: #333333;
	text-decoration: none;
	font-color: #111111;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}

.outside { /* This is the invisible table around everything */
	border-width: 0px;
	border-style: solid;
	border-color: #111111;
}

td.busyday {
	background-color: #D9DFEF;
}
td.emptyday {
	background-color: #AE7E0f;
}
td.fillday {
	background-color: #CDCDCD;
}
td.today{
	background-color: #feffe8;
}


