body {background-color: snow;background-image: url(calendar_image.jpg);background-repeat:repeat-x;font-family:sans-serif;} /*padding-bottom:20px;}*/
h1 {font-variant:small-caps;text-align: center;margin-left:auto;margin-right:auto;max-width:500px;background-color:#D9201B;}
div.inst {text-align: center;margin-bottom:20px;font-size:large;font-weight:bold;max-width:1000px;margin-left:auto;margin-right:auto;background-color:#D9201B;}

table.cal {
	border:5px solid black;
	margin-left:
	auto;margin-right:auto;
	max-width:1000px;
	margin-bottom:20px;
}

td.dy {
	border:2px solid black;
	width:190px;
	height:200px;
	padding-left:10px;
	padding-top:10px;
	color:white;
	font-size:xx-large;
	font-weight:bold;
	text-align:left;
	vertical-align:text-top;
	max-height:200px;
	max-width:200px;
}

tr.wk {max-height:200px;}


a {font-weight:bold;text-decoration:none;}
a:link {color:white;}
a:visited {color:snow;text-decoration:none;}
a:hover {color:green;}
a:active {color:green;}
a.disabled {color:black;}
.advpic {max-width:150px;max-height:120px;margin-left:10px;border:none;}

