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