.mainHeading{
	font-size: 120%;
	color:#810205;
	font-weight:bold;
	text-transform:uppercase;
}

.resourceHeading{
	font-family:  Arial;
	font-size: 100%;
	font-weight:bold;
	color: blue;
}

a.resourceHeading {
	text-decoration:underline;
	
}
a.resourceHeading:hover {
	text-decoration: underline;
	background-color:#C6DDF3;
}


a.resourceLink {
	text-decoration:none;
	
}
a.resourceLink:hover {
	text-decoration: underline;
	background-color:#C6DDF3;
}

.resourceTitle {
	font-size: 16px;
	font-weight:bold;
	color: #9E0206;
}

.firstLevel {
	font-size:120%;
	font-weight: bold;
	color: #9E0206;
}
