/* 
 * Printer-friendly style sheet for the events pages.
 * Author: Seth Davenport <seth.davenport@mail.mcgill.ca>
 * Date: 2003-06-27
 */

/* Basically, we want to hide everything except #content. */
#menu, #header, #logo {
	display: none;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Some nice typesetting for printed material. */
body {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 10pt;
	color: black;
	background-color: white;
}

/* Make sure the existence of links is obvious in black-and-white printouts. */
a, a:link, a:hover, a:visited, a:active {
	text-decoration: underline;
	color: gray;
}
