
.whosaidwhat-bodytext {
	color: #333D3E;
	
}

a:link {
	color: #339999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339999;
}
a:hover {
	text-decoration: underline;
	color: #99cccc;
}
a:active {
	text-decoration: none;
	color: #339999;
}
a {
	font-weight: bold;
}