.blue {
    background: none repeat scroll 0 0 rgba(51, 85, 100, 0.3);
    border-left: 3px solid #335564;
    font-style: italic;
    margin: 10px 0;
    padding: 10px;
    text-shadow: 0 1px 0 #fff;
}
.blue h4 {
	font-family: 'OpenSansLight';
	font-style:normal;
	font-size:21px;
	margin-bottom:8px;
}
.red {
    background: none repeat scroll 0 0 rgba(182, 9, 2, 0.3);
    border-left: 3px solid #8d0702;
    font-style: italic;
    margin: 10px 0;
    padding: 10px;
    text-shadow: 0 1px 0 #fff;
}
.red h4 {
	font-family: 'OpenSansLight';
	font-style:normal;
	font-size:21px;
	margin-bottom:8px;
}
