/* set background color and fonts */body {	background-image:  url(toplevelresources/blackonblack.gif);	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: white;	margin: 40pt;	color: #000;	}	/* Top level header */#header {	color: #9F3;	text-align:center;	font-size:2em;	font-weight:bold;	padding-bottom:20px;	padding-top:5px;	}/* Second level header */#subheader {	color: #69F;	text-align:center;	font-size:1.3em;	padding-bottom:10px;	border-bottom:thin solid #F6C;	}/* wrapper for the list of classes */#classList {	text-align: center;	}/* unordered list for the class list.  Shifted left to try and get it centered */ul {	list-style-type: none;	font-size: 14px;	}/* Text color for links and hovered links */lI a{	color: #FFF;	text-decoration: none;	} li a:hover{	color: #F6C;	text-decoration: none;	}/* Footer style */#footer {	border-top:thin solid #F6C;	padding-top:20px;	text-align:center;	}/* links colors in footer */#footer a{	color: white;	text-decoration: none;	}#footer a:hover{	color: #F3C;	text-decoration: none;	}