div.nicetitle {
	/*background: #496FA3;*/
	background-image: url(nicertitle.png);
	padding: 0.2em 1em;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: white;
 
	/* Required */
	position: absolute;
	overflow: hidden;
	width: 16em;

	/* Mozilla proprietary */
	-moz-border-radius: 1em;
}
div.nicetitle .text {
	color: white;
	background: transparent;
	font-weight: bold;
}
div.nicetitle .href {
	color: white;
	background: transparent;
	font-size: 10px;
	font-family: Georgia, Times, serif;

	/* Required for Opera */
	white-space: pre;
}
