#content header,
.content header{

}
#content h1,
.content h1{

}
#content h2,
.content h2{

}
#content h3,
.content h3{

}
#content p,
.content p{
    font-family: 'OpenSans Regular';
    font-size: 16px;
    line-height: 1.3;
}
#content blockquote,
.content blockquote{
    color: #931B0E;
    font-family: 'OpenSans Light';
    font-style: italic;
    line-height: 1.3;
}
#content ul,
.content ul{
    font-size: 16px;
}
#content ol,
.content ol{
    font-size: 16px;
}

#content img,
.content img{
	max-width:100%;
}
#content figure,
.content figure{

}
#content figure>img,
.content figure>img{
	width:100%;
}
#content figure>figcaption,
.content figure>figcaption{

}

#content a,
.content a{

}