body { 	font-family: trebuchet, verdana, sans-serif; 	background: aliceblue no-repeat scroll; }/* Override base header definitions */h1 { color: 993300; }h2 { color: #darkgray; }h3 { color: #darkblue; }h4 { color: #gray; }h5 { color: #333; }/* Subclasses must be in the order a, visited, hover, active */a{	color: #navy;	text-decoration: none;}a:visited{	color: #2f4f4f;	text-decoration: none;}a:hover { 	color: gray; 	text-decoration: none;}a:active{	color: lightblue;	text-decoration: none;}/* Page Layout variations */#quickSummary p {	text-align: right;	color: #black;}/* Header divisions */#headline{	background-color: #B7C5FB;}#coursetitle {     color: 993300;}/* Adjust color only for box */.box{	background: #fff;  	border-color: C99;	color: #000;}.webassignment{	background: #ccd9ff;  	border-color: darkblue;	color: darkblue;}/* TABLES */th.primary{	color: blue;	background-color: lightgrey;	border: 1px solid darkgrey;	text-align: center;}th.secondary{	color: #ffffff;	background-color: darkgrey; 	border: 1px solid white;	text-align: center;}td.primary{	color: #000099;	background-color: #b3c6ff; }td.secondary {	color: #4d79ff;	background-color: white; }.illustration {	border: 1px solid darkblue;}.illustration2 {	border: 1px solid darkblue;}