body {
	background-color: #fdfdea;
	margin-left: 30px;
}

.titleText {
	color: #663300;
	font-style: italic;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
a {
	color: #660033;
	}
a:link {
	text-decoration: none;
	color: #660033;
}
a:visited {
	text-decoration: none;
	color: #655F6B;
}
a:hover {
	text-decoration: underline;
	color: #660033;
}
a:active {
	text-decoration: none;
	color: #663333;
}
.mainFrameTitles {
	font-style: italic;
	color: #663300;
	text-transform: uppercase;
}
.CSdeptAddress {
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
}

.assignmentDates {
	color: #CC0000;
	font-weight: bold;
}
