/*

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 {
	width:80%;
	height:14em;
	background-color: #ffffff;
	padding:8px;
	text-align:left;
	overflow:auto;
}

.quotecolor {
  color: #346663;
}

/* "hidecolor" must be the same as the background color of the quotebox */

.hidecolor {
  color: #ffffff;
}





/* font size for the quote display */

.quotefont {
  font-size: 12pt;
}

.attrib {
  text-align:right;
  font-style:italic;
  padding-right:1em;
}

