body{
	font-family: Verdana,Helvetica;
	font-size: 15px;
	color: #666666;
}
img{
	max-width: 100%;
}
p.red,.red{
	color:#e2001a;
}
h1{
	color:#1e2430;
	font-weight: normal;
}
img.image-on-left{
	float: left;
	margin: 0 10px 10px 0;
	max-width: 35%;
}
img.image-on-right{
	float: right;
	margin: 0 0 10px 10px;
	max-width: 35%;
}
a{
	color:#1e2430;
}
blockquote{
    margin: 10px 2%;
    padding: 10px 25px;
    background:#1e2430;
    color:#fff;
    font-size: 1.15rem;
}