.instant_message { 
	padding: 5px; 
	font-size: 12px; 
	font-family: Arial; 
	visibility: hidden; 
	position: absolute; 
	width: 300px; 
	border: outset 2px #FFFFFF; 
	background: #ffa; 
	z-index: 25000; 
}
.instant_message a { 
	width: 240px; 
	font-weight: bold;  
	color: #09f; 
	text-decoration: none;
}
.instant_message a:hover {
	text-decoration: underline;
} 	
.instant_message .hr { 
	width: 100%; 
	font-size: 1px; 
	height: 1px; 
	line-height: 1px; 
	background: #808080; 
	border-bottom: solid 1px #ffffff; 
	margin: 2px;
}
A.thesaurus { 
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
	cursor: pointer;
}
