I guess I am just an idiot -
The line that is quoteblock .small which I assume sets up the parameters for the section that says quote:
does not work for me
<style type="text/css">
blockquote {
font-size: 9pt;
border: 3px solid #34669a;
background: #FDF5E6;
color: black;
margin: 12px 20px;
padding: 0px 10px
}
blockquote .small {
background: #34669A;
color: white;
margin-left:-10px;
padding: 1px 2px
}
blockquote hr {
visibility: hidden;
height: 1px
}
blockquote br {
font-size: 1px
}
</style>
what am I doing wrong?