/* set background color and fonts */body {	background-image:  url(toplevelresources/background.gif);	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	margin: 40pt;	color: black;	}/* Top level header */#header {	text-align:center;	font-size:2em;	font-weight:bold;	color: #006;	padding-bottom:10px;	padding-top:5px;	}/* Second level header */#subheader {	text-align:center;	font-size:1.3em;	padding-bottom:10px;	border-bottom:thin solid #669;	}/* wrapper for the list of classes: used to get the list centered */#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:link, a:visited {	color: black;	text-decoration: none;	} li a:hover  {	color: #F03;	text-decoration: none;	}/* Footer style */#footer {	border-top:thin solid #669;	padding-top:10px;	text-align:center;	}/* links colors in footer */#footer a:link, a:visited {	color: black;	text-decoration: none;	}#footer a:hover  {	color: #F03;	text-decoration: none;	}