/* Random quote */
.quotescollection_randomquote q {
}

.quotescollection_randomquote cite {
}

.quotescollection_author { /* author */
	
}

.quotescollection_source { /* source */

}

.quotescollection_nextquote { /* 'Next Quote »' link */

}

.quotescollection_nextquote a { /* use this if you want to change, for example, the color of the 'Next Quote »' link */

}


/* Quotes page */
blockquote.quotescollection {

}

blockquote.quotescollection q {

}

blockquote.quotescollection cite {

}

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */

/*
q:before, q:after {
	content:"";
}
*/

