div.quote {
width:100px;
border:5px solid gray;
margin:2px;
float:left;
font-style: italic;
padding:5px;
margin-bottom:0px;
height:200px;
 }
 
 div.said {
  font-weight:bold;
  font-style: normal;
 }
 
 div.from {
  font-style: normal;
  font-size: 10px;
 }