.questions {
	font-size: 18px;
	font-weight: bold;
	color: #009933;
	letter-spacing: 1 px;
	text-align: left;
	vertical-align: top;
}
div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #568b21;
border: 3px solid #295700;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
}
