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: #999999;
	font-color: #FFFFFF;
}

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

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


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

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


.default { /* Default Text */
	color: #111111;
	text-decoration: none;
	font-color: #111111;
	font-family: Arial;
	font-size: 12px;
	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: #E0E0E0;
}
td.emptyday {
	background-color: #CCCCCC;
}
td.fillday {
	background-color: #999999;
}
td.today{
	background-color: #feffe8;
}


