/* $Revision: 1.4 $ */
BODY
{
	font-family: helvetica, sans-serif;
	font-size: 0.8em;
/*
Netscape needs the url to be relative to the current path  so use no path and
make hard links into the directories wherever you reference this
stylesheet.  IE explorer will find the files almost anywhere, the second form
will work without symbolic links
*/
	background-image: url("classwareBg.png");
	background-attachment: fixed;
	background-color: #FFFFFF;
}

P.bannertext
{
	font-family: helvetica, sans-serif;
	margin-left: 40;
	margin-right: 40;
	font-size: 1.0em;
/*	font-style: italic; */
	font-weight: bold;
}

H1 
{
	font-size: 1.5em;
    background-color: #e0e0e0
}

H2
{
	font-size: 1.2em;
}

CODE 
{
	font-family: courier, sans-serif;
/*	font-size: 0.7em; */
}

/* tables */
TABLE
{
	font-size: 1em;
}

TABLE.navBar
{
	font-size=0.8em;
	border=solid;
	border-width=thin;
	border-color=green;
	text-align: center;
}

MENU
{
	background-image: url("sweep.png");
	font-family: helvetica, sans-serif;
	font-size: 0.7em;
}

/* This works how I would like for IE5 but does really weird stuff
with netscape. */
/*
LI
{
	margin: 9px 0px 9px 0px;
}
*/

P.footer
{
	font-size: 0.7em;
	text-align: center;
}

*.required
{
	background-color: #F0F0F0;
/*	border=solid; */
/*	background=url("images/tick.png"); */
}
