.copyright 
{
	font-family: "Times New Roman", Georgia, Times;
}

body
{
	font-family: "Times New Roman", Georgia, Times;
	background-color: #fffff0 no-repeat scroll;;
}

a
{
	color: maroon;
	text-decoration: none;
}

a:hover
{
	color: #b8860b;
	text-decoration: none;
}

/*
a:visited
{
	color: #2f4f4f;
	text-decoration: none;
}
*/

a:active
{
	color: #2f4f4f;
	text-decoration: none;
}

#headline
{
	background-color: #cea779;
	background-repeat: no-repeat;
}

#quickSummary p { 
	text-align: right; 
	color: #cd853f;
}

/* BASE override of h1 */

h1 { color: lightgray; }

h2 { color: #8b4513; }

h3 { color: #cd853f; }

h4 { color: #800000; }

td.primary { 
	color: black;
	background-color: #ccc; 
}

td.secondary {   
	color: black;
	background-color: #eee;
}

#box
{
	background: #FFC;  
	margin: 0px 60px 0px 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;	border-style: double;
	border-color: C99;
	color: #663300;
}

#webassignment
{
	background: #FFC;  
	margin: 0px 20px 0px 20px;
	text-align: left;
	border-color: #C99;
	border-style: double;
	font-size: small;
	color: #b8860b;
}
