* {
	margin:0;
	padding:0;
	color: #333;
}

#text {margin:50px auto; width:500px}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {
	position:absolute;
	display:block;
	background-image: url(images/tt_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
	background-image: url(images/tt_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#ttcont {
	display:block;
	margin-left:5px;
	background-color: #ffcc33;
	padding-right: 5px;
}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
