h1, h2, h3, h4, h5, h6 {
	color: black;
	}

#side-carousel img {
	margin: 0 auto;
	}

.footer-blurb {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #eee;
    color: black;
}

.footer-blurb-item {
    padding: 20px;
    }

.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.feature,
.page-intro,
.article-intro,
.small-print {
	text-align: center;
	}

.img-responsive {
    height: auto;
    width: auto;
    max-height: 72px;
    max-width: 250px;
	}

.hover_img a {position:relative;}
.hover_img a span {position:absolute; left:50px; display:none; z-index:99; }
.hover_img a:hover span {display:block;
							width:200px;}
