/* set background color and fonts */body {	background-image:  url(toplevelresources/metal.png);	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: white;	margin: 40pt;	color: #000;	}	/* Top level header */#header {	color: #000;	background-image:  url(toplevelresources/metalgradient.jpg);	text-align:center;	font-size:2em;	font-weight:bold;	padding-bottom:10px;	padding-top:5px;	}/* Second level header */#subheader {	color: #006;	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 {	text-align: center;	}/* unordered list for the class list */ul {	list-style-type: none;	font-size: 14px;	}/* Text color for links and hovered links */lI a{	color: #F03;	text-decoration: none;	} li a:hover{	color: #F6C;	text-decoration: none;	}/* Footer style */#footer {	border-top:thin solid #CCC;	padding-top:20px;	text-align:center;	}/* links colors in footer */#footer a{	color: #C03;	text-decoration: none;	}#footer a:hover{	color: #F3C;	text-decoration: none;	}