body {
	background-color: #CFCFCF;
	margin-bottom: 75px;
}

h1 {
	text-align: center;
}

#footer-school {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 50px;
	padding: 5px;
	background-color: purple;
	color: white;
	font-family: serif;
}

#footer-left, #footer-right {
	position: absolute;
	height: 50px;
	line-height: 50px;
}

#footer-left {
	left: 5px;
	text-align: left;
}

#footer-right {
	right: 5px;
	text-align: right;
}

a.big-n-bold {
	font-family: Helvetica Black, Arial Black, sans-serif;
	font-size: xx-large;
	color: white;
	text-decoration: none;
}

a.big-n-bold:hover {
	color: yellow;
}

a.course-button {
	padding: 5px;
	color: white;
	text-decoration: none;
}

a.course-button:hover {
	background-color: white;
	color: purple;
}

@media print {
	body {
		background-color: white;
	}

	#footer-school {
		display: none;
	}
}