/* * CSS Overrides for documents that should display in blue and have blockquotes */ p { color: blue; } blockquote { float:right; width:160px; font-size:90%; margin:0 0 0 10px; padding:15px; font-family:Georgia, "Times New Roman", Times, serif; border-left:solid 3px #DEDEDE; }