body {
	background-color:#ffffff;
	color:#000000;
	margin:20px;
	font-family:arial,'georgia','georgia ref',verdana,'sans serif';
	font-size:14px;
	}
	
td {
	color:#000000;
	font-family:arial,'georgia','georgia ref',verdana,'sans serif';
	font-size:16px;
	}
	
input, textarea, select, .field {
	background-color:#fff;
	color:#000;
	font-family:arial,verdana,'sans serif';
	font-size:14px;
	border:1px solid #808080;
	}
	
a:link, a:active {
	color:#000099;
	text-decoration:underline;
	}
	
a:visited {
	color:#282828;
	text-decoration:underline;
	}
	
a:hover {
	color:#0066FF;
	text-decoration:none;
	}
	
.title {
	color:#006699;
	font-size:15px;
	font-weight:bold;
	}
	
/* COMMENT: The class "title" is used to stylize the main title on each page, i.e., the line that
reads, "Project Overview," on the Project Overview page. Just do span class="title" and remember
to close the span tag! */

.colorbar {
	color:#000000;
	background-color:#ccffff;
	}
	
.ahem {
	display: none;
	}
	
/* COMMENT: The .ahem class is used in the html of the homepage to display the following line
whenever a browser does not support Cascading Style Sheets (CSS) such as this document. The line
is INVISIBLE to all CSS-capable browsers and includes a link to a web standards site. It is included
ONLY on the homepage, so it appears once if the visitor is using an out-of-date browser. It reads
like this:
"Please note that your browser is not CSS-compliant. This site will look much better in a browser
that supports web standards, but it is accessible to any browser or Internet device." */
	
/* COMMENT: The .title class is used in the html to format the TITLE at the top of each page.
Simply use span class="title" and don't forget to close the span at the end of the title. */

/* COMMENT: The .colorbar class is used in the html to format the LAST LINE at the bottom of each
page that says, "Additional information on this program is available from so-and-so." Again, use
span class="colorbar" and don't forget to close the span at the end of the phrase. */