body {
	background-color: #E8E8F7;
	color: black;
	font-family: arial;
	font-size: large;
}

h1 {
	text-align: center;
	line-height: 200%;
}

p {
	text-align: center;
}

p.small {
	text-align: center;
	font-size: small;
}

.calendar {
	width: 500px;
	height: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    border-spacing: 0px;
    border: 1px;
    border-style: solid;
}

tr.header {
    background-color: #3A3AA7;
    border-style: solid;
    border: 1px;
}

table.dateselect {
	width: 200px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.thismonth {
}

.othermonth {
	color: gray;
}

.week {
	font-weight: bold;
}
.activeweek {
	background-color: #C6C6D3;
}

A:link {color: black}
A:visited {color: black}
A:active {color: black}
A:hover {color: aliceblue}

