

h1, h2, h3 {
color: #DB6800;
	}

div.box-content {
   border : 0px;
   width: 100%;
   float: left;
   margin: 0px;
   margin-right: 10px;
   padding: 10px;
   color : #FFFFFF;
   background-color: #374950;
   	}

h3.box-content {
color: #DB6800;
	}

p.orange {
	color: #DB6800;
	}
	
blockquote {
   border : 2px solid #000;
   border : 0px;
   width: 500px;
   float: right;
   margin: 0px;
   padding: 10px;
   font: Verdana,Tahoma,Arial,sans-serif; 
   font-size: 0.8em;
   font-style:italic;
   color : #FFFFFF;
   background-color: #DB6800;
   quotes: "\201C" "\201D";
   }

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }	
