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: #c8d6fb;
	color: #FFFFFF;
	font-weight: bold;
}

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

.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: #111111;
        text-decoration: none;
        font-family: Arial;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
}

.appt {
	margin-left: 20px;
	text-indent: -20px;
}

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

.monthname { 
	color: #333333;
	text-decoration: none;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
        background-color: #d8d8d8;
}

.navrow {
        background-color: #d8d8d8;
}

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

td.busyday {
	background-color: #d8d8d8;
}
td.emptyday {
	background-color: #d8d8d8;
}
td.fillday {
	background-color: #d8d8d8;
}
td.today{
	background-color: #e8e8e8;
}


