@charset "utf-8";
.bubble {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.bubble A {
	text-decoration: none;
	color: #A11F65;
}
.bubble A:hover {
	text-decoration: none;
	color: #000000;
}
.bubble A:LINK {
	text-decoration: none;
	color: #A11F65;
}
.bubble A:FOCUS {
	text-decoration: none;
	color: #333333;
}

