body {
	background-color: #F8f2e4;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #665555;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #8f2122;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#00CCFF;
}


h1 {
	font-size: 2em;
	font-weight: bolder;
	color: #665555;
	line-height: 1ems;
	font-variant: normal;
	text-decoration: none;
}

h2 {
	color: #8f2122;
	font-weight: bolder;
	text-align: right;
	font-size: 1.5em;
}

.course {
	font-weight: bolder;
	color: #8f2122;
	padding-top:20px;
}

.pastcourse {
	font-weight: bolder;
	color: #665555;
	padding-top:20px;
}


.pastcourse a:link {
	color: #665555;
}

.pastcourse a:hover {
	color: #00CCFF;
}

.nextcourse {
	font-weight: bolder;
	color:#FFFFFF;
	background-color:#8f2122;
	padding-top:20px;
}


.nextcourse a:link {
	color:#FFFFFF;
}


.nextcourse a:hover {
	color: #00CCFF;
}

.highlight {
	font-weight: bolder;
	color: #8f2122;
}

.module {
	font-weight: bold;
	color: #665555;
	margin-bottom: 1em;
	text-align:left;
	padding-top: 1em;
}

.date {
	position: relative;
	right:0;
	/*color: #8f2122;*/
	text-align: right;
	padding-bottom: 0px;
	width: 200px;
}

li {
	line-height: 1.5em;
	list-style-position: inside;
	list-style-type: circle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.tm {
	font-size: 80%;
	vertical-align:text-top;
}


