/* A basic, Netscape 4-safe style sheet.  Layout is handled by
'layout.css' and more advanced styling by 'style.css', both of
which are disabled for browsers with broken CSS2 implementations.
The result is that Netscape 4 users will get a boring, but
comprehensible page.

Author: Seth Davenport seth.davenport@mail.mcgill.ca
Date: 2003-06-12 */

body {
	background-color: white;
	color: black;
}
#content img {
	margin: 2px 6px 2px 5px;
}
@media screen {
	body, li, p, td, th, div {
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		font-size: 10pt;
	}

	h1, h1.title, h2, h3, h4 h5, h6 {
		font-family: Georgia, "Times New Roman", serif;
	}

	textarea, input {
		font-family: Courier, "Courier New", monospace;
	}

	.important {
		font-weight: bold;
		color: red;
		background-color: inherit;
	}

	#title {
		background-color: inherit;
		color: #003;
		font-variant: small-caps;
		font-size: 24px;
	}

	/* 
	* Hide the menu bar since we will just be displaying the menus as normal links
	* in older browsers.
	*/
	#menBarBox {
		visibility: hidden;
	}
}