
#info p {color:#fff;margin-left:35px; margin-right:40px;}
#info img {margin:15px; float:left;}
#info h1 {background:#ffffcc;font-size:20px;margin-left:1px;}
/* the style starts here */
a.tooltip {background:#004f00;color:#fff;padding:3px;}
a.tooltip p {font-size:16px;color:#fff;text-align:right; }
a.tooltip b {display:none;}
a.tooltip:hover { position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:24px; left:0; padding:3px; font-weight:normal; font-size:14px;text-align:right;color:#fff; border:5px solid #004f00; background:#004f00; width:404px;}
a.tooltip:hover b em {position:absolute; left:text-decoration:none;20px; top:-3px; width:40px; height:5px; background:#004f00; display:block; font-size:0.5px;}
 