.textBubble {
	width : auto;
	height : auto;
	background-color : #435163;
	color : #FFFFFF;
	border : 1px #000000 solid;
	padding : 5px;
	cursor : default;
	text-align : left;
}

.textBubble a:link,
.textBubble a:active,
.textBubble a:visited {
	color : #FFFF00;
	text-decoration : underline;
}

.textBubble a:hover {
	color : #FFFFFF;
}
