/* Random quote */
.quotescollection_randomquote q {
}

.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right; 
}

.quotescollection_author { /* author */
	font-style:normal;
}

.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 {
	border:1;
	background:none;
	padding:1;
	margin-bottom:1em;
	margin-top:1em;
	margin-left:4em;
	margin-right:4em;
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #DFDFDF;
	color: #333333;
	background-color: #FFFFFF;
}

/************* quotescollection link styles **************/

.quotescollection a,
        .quotescollection a:link {
		text-decoration: underline;
		font-weight:bold;
		color:#00CC33;
		}

        .quotescollection a:visited {
	    color:#00CC3;
		text-decoration: underline;
		font-weight:bold;
		}

        .quotescollection a:active,
        .quotescollection a:hover {
		text-decoration: underline;
		font-weight:bold;
		color:#FF6600;
		}

blockquote.quotescollection q {

}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em;
}

/* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */

/*
q:before, q:after {
	content:"";
}
*/

