body {
	text-align : center;
}
p, h1, h2, table, li {
	text-align : left;
}
#summer h1 {
	background : White url(sun.gif) no-repeat scroll left;
	padding-left: 50px;
	height: 45px;
	padding-top: 6px;
}
#winter h1 {
	background : White url(snow.gif) no-repeat scroll left;
	padding-left: 50px;
	height: 45px;
	padding-top: 6px;
}
h2 {
	text-decoration : underline;
}
#school {
	background-color: #F0F8FF;
	color: navy;
	text-align : right;
	padding : 4px;
	font-size: .8em;
}
#school a {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color: navy;
	font-size: 16px;
}
#nav {
	font-size : .8em;
	text-decoration : none;
	text-align : center;
}
table {
	border: 0px solid black;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.timeofday {
	font-weight: bold;
	padding-left: 5em;
}
.time {
	width : 20%;
}
.activity {
	width: 30%;
}
hr {
	margin-top : 20px;
}
#footer {
	margin-top: 0px;
	font-size : .8em;
	font-style : italic;
}

