/*

change "width:80%" if you want a different width.

increase "height:12em" if a vertical scrollbar
appears on certain of your quotes, or decrease it
if the box size is always too large.
  
 */

.quotebox {
	height:55pt;
	background-color: #F0F5FB;
	padding:8px;
	border: 1px solid #a8b4bc;
	text-align:left;
	overflow:auto;
	margin: 5px;
}

.quotecolor {

}

/* "hidecolor" must be the same as the background color of the quotebox */

.hidecolor {
	color: #F0F5FB;
}

/* properties of the moving cursor */

.quotecursor {
	border-right: 2px solid #666666;
}

/* font size for the quote display */

.quotefont {
	font-size: 10pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.attrib {
  text-align:right;
  font-style:italic;
  padding-right:1em;
}
