.resourceHeader
{
	height: 60px;
	background-color: #3d4b66;
	border-bottom: 3px solid orange;
	color: white;
	font-size: 110%;
}
.resourceHeader a:link
{
	color: orange;
	text-decoration: none;
}

.resourceHeader a:visited
{
	color: orange;
	text-decoration: none;
}

.resourceHeader a:hover
{
	color: #d3d3d3;
	text-decoration: none;
}
