@charset "UTF-8";

body {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
}

a {
	text-decoration: underline;
	}

a:link {
	color: #00008b;
	}

a:visited {
	color: #00008b;
	}

a:active {
	color: #00008b;
	}

a:hover {
	color: #006699;
	}

#links {
	float: center;
	background: #ffffff;
}

#links a {
	color: #8FABBE;
	text-decoration: underline;
}

#links a:hover {
	color: #006699;
	text-decoration: underline;
}

.calendarhead {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
	letter-spacing: .3em;
        font-weight: bold;
}

.calendar {
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;*/
	background: none;
}

.calendar th {
	font-size:8px;
	width : 20px ;
}

.calendar td {
	font-size:9px;
                text-align: center;
}

.calendar table {
	padding: 0px;
	border-collapse: collapse;
}