body {font-family:arial;font-size:12px;text-align:center;}
div#paragraph {width:300px;margin:0 auto;text-align:left}
/*a {color:#aaa;text-decoration:none;cursor:pointer;cursor:hand}*/
a:hover {color:#000;text-decoration:none;}

/* Tooltip */
 
#tooltip {
    position:absolute;
    z-index:19999;
    color:#000;
    font-size:12px;
    width:180px;
	border: solid 1px #333;
	background: yellow;
	text-align: left;
}

#tooltip h3 {
	margin: 0;
	padding-bottom: 5px;	
}

.tip-text {
	color: blue;
}
 
#tooltip .tipHeader {
    height:3px;
    background:url(images/tipHeader.gif) no-repeat;
	
}
 
/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}
 
#tooltip .tipBody {
    background-color: yellow;
    padding:5px;
}
 
#tooltip .tipFooter {
    height:8px;
    background:url(images/tipFooter.gif) no-repeat;
}