body {
background-color:#ffffff;

font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:small;
font-weight:400;
text-align:left;


SCROLLBAR-FACE-COLOR:  #800000;
SCROLLBAR-HIGHLIGHT-COLOR: #ffcccc;
SCROLLBAR-SHADOW-COLOR: #660000;
SCROLLBAR-3DLIGHT-COLOR: #ffcccc;
SCROLLBAR-TRACK-COLOR: #cccccc;
SCROLLBAR-DARKSHADOW-COLOR: #660000;

}


/* LINKS */
a:link {
    	color: #800000;  /*maroon*/
	text-decoration: none;

}

a:visited {
	color: #800000; /*maroon*/
	text-decoration: none;
	
}

a:hover {
	color:#cc9900; /*gold*/
	text-decoration: none;
}  


a:active {
	text-decoration: none;
	color:#cc9900; /*gold*/
}



/*navigation bar*/

DIV.navbar UL {
    	margin-left: 0px;	/*left margin of navigation bar*/
	margin-right: 0px;
	padding-left: 0px;
	text-align: left;  	/* needs to be left */

}


.navlink {
	font-weight: bold;
	list-style-type: none;
	color: #800000; /*maroon*/
	background: #ffffff;
	color: black;
}


