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