body { 	font-family: Times Roman, serif;	background: #ffd no-repeat scroll; }/* Override base header definitions */h1 { color: #630; }h2 { color: #630; }h3 { color: #a0522d; }h4 { color: #a0522d; }h5 { color: #AAA; }/* Subclasses must be in the order a, visited, hover, active */a{	color: #a0522d;	text-decoration: none;}a:visited{	color: #2f4f4f;	text-decoration: none;}a:hover { 	color: #99876e; 	text-decoration: none;}a:active{	color: #2f4f4f;	text-decoration: none;}/* Page Layout variations */#quickSummary p {	text-align: right;	color: #a0522d;}#headline{	background-color: #d95;}#coursetitle {     color: lightgray;}/* Adjust color only for box */.box{	background: #FFC;  	border-color: #C99;	color: #000;}.webassignment{	background: #deb887;  	border-color: black;	color: black;}/* TABLES */th.primary { 	color: #630;	background-color: #ffdead;	border: 1px solid darkgrey;	text-align: center;}th.secondary {	color: #ffffff;	background-color: #deb887; 	border: 1px solid darkgrey;	text-align: center;}td.primary { 	color: #6a341c;	background-color: #ffdead; }td.secondary {	color: #6a341c;	background-color: #deb887; }.illustration {	border: 1px solid white;}.illustration2 {	border: 1px solid white;}