/* These CSS rules should be used for getting
   the styles of some quotation (quoted texts). */

blockquote {
	margin-right: 0;
	margin-left: 0
}

blockquote, q {
	/* property not recognized by Internet Explorer */
	quotes: '\00201C' '\00201D' "\002018" "\002019"
}

div.aphorism blockquote:before, div.aphorism blockquote:after {
	font-size: 3em
}

/* selector not recognized by Internet Explorer */
blockquote:before, q:before {
	display: inline;
	content: open-quote;
	color: green;
	font-weight: bolder
}

/* selector not recognized by Internet Explorer */
blockquote:after, q:after {
	display: inline;
	content: close-quote;
	color: green;
	font-weight: bolder
}

/* selector for elements only used by Internet Explorer */
.IE_-blk-qtt-lf, .IE_-blk-qtt-rg, .IE_-qtt-lf, .IE_-qtt-rg {
	display: none
}
