a{
    color: #CB0100;
	text-decoration: none
	}
	
a:hover{
    color: black;
    text-decoration: none;
	background: white;
	}
a.navpath{
	color: #CB0100;
	font-size: 11px;
	font-weight: normal;
	padding-left: 6px;
	}
	
a.navigation{
	font-size: 11px;
	color: #CB0100;
	display: block;
	margin-bottom: 5px;
	}
.coursesheader{
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 15px 0pc 3px 10px;
	color: white;
	background: #CB0100;
	}