 
<style type="text/css">
/*body {
     color:#000;
     background-color:#aaa;
   }*/
#quotes {
	 border-radius: 10px;
     margin:50px auto;
     font-family:  arial,helvetica,sans-serif;
     font-size:16px;
     font-style:oblique;
     width:280px;
     padding:10px;
     line-height:26px;
     border:1px solid  #000;
     text-align:left;
   }
 #quotes span {
	color: #fff;
	height: auto;
	width: 280px;
 };
</style>
