a {
	color: #FFCC00;
}
.dc_css #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.content {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}
.quote {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}
.entry {
	font-family: arial;
	font-size: 11px;
	color: #333333;
}
.small {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}
