body {
	text-align: left;
	font: normal 11px/17px verdana, sans-serif;
	color:#9966CC;
/* following 3 lines allow fade-in of page in firefox  */
	-moz-opacity: 0;
  	-khtml-opacity: 0;
 	opacity: 0;
	}

/* following 8 lines set color for the menu links  */
a:link, a:visited {
	color: #9966CC;
	text-decoration: none;
}

a:hover {
	color: #003366;
}

/* the following is used only for the copyright notice on the index page  */
.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
}
