@charset "ISO-8859-1";

h1 {  font-family: "Comic Sans ms", Arial, Helvetica, sans-serif; font-size: large; font-weight: bold; color: #660033}
body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small}
dt {  font-size: small}
dd {
	font-size: x-small;
	# border: 1px solid #03C;
	# margin: 0;
}
dd dl {  margin-left: 0px }
dd dt {  font-size: x-small}
dd dd {  margin-left: 10px}
.new {color: #FF0000}
.highlight {color: #993300}
strong {color: #993300}
.red {color: #FF0000}
.ToDo {
	color: #FF0000;
	font-weight: bold;
}
.orange {color: #FF6600}
.yellow {color: #FFCC00}
.green {color: #009900}
.blue {color: #0033CC}
.purple {color: #990099}
.authors {font-size: medium}
.assignments dd {
	margin-left: 40px;
}
ul.items  {
	margin: 0;
	margin-left: 0px;
	padding-left: 0px;
	# text-indent: 5em;
	# border: 1px solid #F00;
	}
.items li {
	list-style-position: outside;
	list-style-image: url(../../../icons/plum-right-tri.gif);
	margin-left: 8px;
	padding-left: 0px;
	text-indent: -5px;
}
