a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.borders {
	border: 1px solid #990000;
}
.courseborders {
	border: 1px solid #003366;
}
li {
	list-style-position: outside;
	list-style-image: url(images/arrows.gif);
	list-style-type: none;
}
