body { 	font-family: georgia, palatino, serif; 	background: aliceblue no-repeat scroll; }/* Override base header definitions */h1 { color: 993300; }h2 { color: #9DA2B1; }h3 { color: #4C7A98; }h4 { color: gray; }h5 { color: #333; }/* Subclasses must be in the order a, visited, hover, active */a {	color: darkblue;	text-decoration: none;}a:visited{	color: cornflowerblue;	text-decoration: none;}a:hover { 	color: gray; 	text-decoration: none;}a:active{	color: blue;	text-decoration: none;}/* Page Layout variations */#quickSummary p {	text-align: right;	color: black;}/* Header divisions */#headline{	background-color: #89AFC5;}#coursetitle {     color: #DBDDD4;}/* Adjust color only for box */.box{	background: #EEE;  	border-color: C99;	color: #000;}.webassignment{	background: #87B4C8;  	border-color: black;	color: black;}/* TABLES */th.primary{	color: aliceblue;	background-color: #4C7A98;	border: 1px solid darkgrey;	text-align: center;}th.secondary{	color: darkblue;	background-color: aliceblue; 	border: 1px solid white;	text-align: center;}td.primary {	color: white;	background-color: darkgrey; }td.secondary{	color: black;	background-color: white; 	border: 1px solid darkgrey;}.illustration {	border: 1px solid darkblue;}.illustration2 {	border: 1px solid darkblue;}