/* set background color and fonts */body {	background-image:  url(toplevelresources/background.gif);	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: white;	margin: 40pt;	color: #666;	}	/* Top level header */#header {	color: #666;	background-color: #fff;	text-align:center;	font-size:2em;	font-weight:bold;	padding-bottom:10px;	padding-top:10px;	}/* Second level header */#subheader {	color: 666;	text-align:center;	font-size:1.3em;	padding-top: 10px;	padding-bottom:10px;	border-bottom:thin solid #CCC;	}/* wrapper for the list of classes */#classList {	width:100px;	margin: 0 auto;	padding-left:-100px;	}/* unordered list for the class list */ul {		list-style-type:none; 	white-space:nowrap;		padding-left:-100px;;	margin-left:-50px;		}/* Text color for links and hovered links */li {	text-decoration:none;}lI a{	color: #666;	text-decoration: none;	} li a:hover{	color: #3366FF;	text-decoration: none;	}/* Footer style */#footer {	border-top:thin solid #CCC;	padding-top:20px;	text-align:center;	}/* links colors in footer */#footer a{	color: #666;	text-decoration: none;	}#footer a:hover{	color: #3366FF;	text-decoration: none;	}