/* Random quote */
.quotescollection_randomquote q {
color: #663398;
font-size: 14px;
	font-family: Trebuchet MS, Georgia, TImes New Roman ;
	font-weight: bold;
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right; 
color: #663398;




}

.quotescollection_author { /* author */
	font-style:italic;
color: #724B9A;
padding:0 0 10px 10px;


}

.quotescollection_source { /* source */
	font-style: italic;
color: #724B9A;


}

.quotescollection_nextquote { /* 'Next Quote »' link */

}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */
color: #724B9A;



}


/* Quotes page */
blockquote.quotescollection {
	border:0;
	width: 440px;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;


}

blockquote.quotescollection q {
color: #FFFFFF;

}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em;
color: #FFFFFF;
}


/* See http://www.w3schools.com/css/pr_gen_quotes.asp */
q:lang(nl)


/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */
/*
q:before, q:after {
	content:"";
}
*/