div.nicetitle {
	padding: 2px 4px 2px 4px;
	margin: 0;
	color: white;
	background: #009;
	background-image: url('../images/ntbg.gif');
	background-repeat: no-repeat;
	font-size: smaller;
	font-family: Tahoma;
	border: 1px solid #003;
 
	/* Required */
	position: absolute;
	overflow: hidden;
	width: auto;
}
div.nicetitle .title {
	color: #fff;
	background: transparent;
	font-weight: bold;
	white-space: nowrap;
}
div.nicetitle .href {
	color: #ccc;
	background: transparent;
	font-size: smaller;

	/* Required for Opera */
	white-space: pre;
}
