.theBoxContent a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.theBoxContent a:hover {
	color: yellow;
	text-decoration: underline;	
}
