@charset "utf-8";
/* CSS Document */
/* the content below is to be transferred to the site CSS*/
.speechBubble {
	float:left;
	width: 505px;
	margin-bottom: 20px;
}
.comment {
	float:left;
	width: 485px;
	-moz-border-radius: 10px;
	background-color: #616161;
	padding: 10px;
	color: #FFF;
}
.commentator {
	float:left;
	width: 450px;
	padding-left: 55px;
	background: url(../images/quote-icon-colour.png) no-repeat 20px top;
	color: #131719;
	height: 20px;
}


/*Additional classes for different link colours*/

.firstLink a:link {
	color: #FFF;
	text-decoration: none;
}
.firstLink a:visited {
	text-decoration: none;
	color: #FFF;
}
.firstLink a:hover {
	text-decoration: none;
	color: #060;
}
.firstLink a:active {
	text-decoration: none;
	color: #FFF;
}



.secondLink a:link {
	color: #000;
	text-decoration: none;
}
.secondLink a:visited {
	text-decoration: none;
	color: #000;
}
.secondLink a:hover {
	text-decoration: none;
	color: #060;
}
.secondLink a:active {
	text-decoration: none;
	color: #000;
}
