/* ----------- begin file ------------ */

/* make all body text 10 point serif, left-aligned, and set background color as white and text as black */
	body {font: 12pt Garamond, "Times New Roman", Times, serif;
		text-align:left;
		background-color:#ffffff;
		color:#000000;}
/* make all level 1, 2 and 3 headings centered */
	h1, h2, h3 {text-align: center;
		color: #000000;
		background-color: #ffffff; }
/* keep h4 headings on same page as the text that follows them if possible */
	h4 + p { page-break-after: avoid; }
/* make contents of all em tags bold */
	em {font-weight: bold;
		font-style: normal;
		color: #000000;
		background-color: #ffffff; }
/* the following group of styles defines the behavior of links in this document */
	a {color: #606060; 
		background-color: #c8c8c8; 
		font-style: normal;
		text-decoration: underline; }
/* navigation bar */
	div#navbar {margin: 0 auto;
		border: 1px solid #000000;
		padding: 2px 4px;
		color: #000000;
		background-color: #ffffff;
		font-size: small;
		text-align: center;}
	div#navbar p {text-align: center; 
		margin-left: 25%;
		margin-right: 25%;
		width: 50%; }
	div#navbar p a { display: inline-block;
		width: 33.33%;
		border-right: 1px solid #000000;
		padding: 0 6px; }
	span#thisPage { color: #000000;
		background-color: #ffffff; 
		font-weight: bolder;}
/* page content */
	div#content { margin: 0 100px; }
/* credit */
	div#credit {margin: 0 25%;
		text-align: center;
		font-size: x-small;
		width: 50%;
		padding-top: 3px;
		border-top: 2px #000000 solid; }

/* ----------- end file ------------ */
