#quotearea {

   width: 180px;
   height: 100px;
   padding: 30px 35px 0 35px;
   margin: auto auto;
   font-family:'Arial' sans-serif;
}
#quoterotator {
   line-height: 135%;
   font-size:14px;
   text-align:left;
   color:#999999;
   margin-bottom:20px;

}
#quoteauthor {
   text-align: left;
   font-size: 12px;
   color:#666666;
   line-height:110%;
   margin: 20px 0;
}

a.quoteauthor { 
	color:#6699cc;
	text-decoration:none;
	font-size: 10px;
}

a.quoteauthor:hover { 
	color:#ff6600;
	text-decoration:underline;
}


