.word {
/*color:#2eace3;*/
border-bottom: 1px dotted #2eace3;
/*font-weight:bold;*/
cursor:help
}
.definition 
{
	font-family: "DroidSansRegular", Arial, Helvetica, sans-serif;
	position:absolute;
	top:0;
	left:0;
	border:1px solid #2eace3;
	/*color:#ffffff;
	background-color:#2eace3;*/
	color:#2eace3;
	background-color:#ffffff;
	padding:7px;
	font-size:13px;
	line-spacing: 18px;
	/*line-height:102%;*/
	max-width:350px;
}
