*
{
	margin: 0;
	padding: 0;
}
body
{
	font: 12px Century Gothic, Arial, Verdana;
}

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

#tt
{
	position: absolute;
	display: block;
}
#tttop
{
	display: block;
	height: 5px;
	margin-left: 5px;
	overflow: hidden;
}
#ttcont
{
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	border: solid 1px #444444;
	background: url(images/tool_bg.png) top left repeat;
	color: #CCCCCC;
}
#ttbot
{
	display: block;
	height: 5px;
	margin-left: 5px;
	overflow: hidden;
}

