body {
	font-family: Sylfaen;
	text-align: left;
	color: black;
	background-image: url(./images/tilingbackground.jpg);
}
#paper {
	position: absolute;
	width: 700px;
	background-image: url(./images/page.gif);
}
#npaper {
	position: absolute;
	width: 700px;
	background-color: #E5E0FF;
}
#paper p {
	font-family: Sylfaen;
	margin: 20px;
}
#npaper p {
	font-family: Sylfaen;
	margin: 20px;
}
#tile {
	height: 100px;
	width: 100px;
	position: absolute;
}
#tiletext {
	vertical-align: top;
	margin: 0px;
	text-align: center;
	font-size: 100px;
	font-weight: bold;
}
.heading {
	font-size: 30px;
	font-weight: bold;
}
.heading_minor {
	font-size: 20px;
	font-weight: bold;
}
.heading_very_minor {
	font-size: 15px;
	font-weight: bold;
}
.description {
	position: relative;
	left: 20px;
}
#rolloverlink {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
}
#rolloverlink:hover {
	background-image: url(./images/rollover.png);
}
.weekday_title {
	width: 94px;
	background-image: url(./images/table_weekday.png);
	font-weight: bold;
	text-align: center;
}
.weekend_title {
	width: 94px;
	background-image: url(./images/table_weekend.png);
	font-weight: bold;
	text-align: center;
}
.weekday {
	width: 94px;
	height: 94px;
	background-image: url(./images/table_weekday.png);
	text-align: center;
}
.weekend {
	width: 94px;
	height: 94px;
	background-image: url(./images/table_weekend.png);
	text-align: center;
}
.today {
	width: 94px;
	height: 94px;
	background-image: url(./images/table_today.png);
	text-align: center;
}
