/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	color: #cc0000;
}
a, a:visited {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}

/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

#courses-titlelinks a, courses-titlelinks a:visited {
	color:#cc0000;
	text-decoration: underline;
}
#courses-titlelinks a:hover, courses-titlelinks a:active {
	color:#990000;
}


.public-tablelist a {
	color: #cc0000;
	text-decoration: underline;
}

