/** ------------------------------------------------------ **/
/** ------------------- 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;
}

#findacourse-helpbox {
	border: 3px solid #339933;
	border-top: none;
	color: #339933;
	padding: 5px;
	width: 664px; 
}

