﻿@charset "utf-8";
/*
	Houghton College
	Print CSS Document
	http://www.houghton.edu/
*/

@import url('/reset.css'); /* Links in the "reset" stylesheet for baseline formatting. */
@import url('/nav.css'); /* Links in the stylesheet with the new (Feb. 2011) nav bar styling. */

body {
	font-family: Arial, sans-serif;
}
#top, #sidebar {
	display: none;
}
#header img:first-child {
	width: 141px; height: 84px;
	margin-bottom: 20px;
}
#footer {
	margin-top: 20px;
	border-top: 1px solid #444;
	color: #888;
}
