<style type="text/css"> 
 

a:link {color:gray;text-decoration:none;}

a:visited {color: gray; text-decoration: none; }
a:hover {text-decoration: none;color: black}
a:active {text-decoration: none;color: black}


 .root
 {
	position:absolute;
	height:150px; width:100px;
	border:1px solid #333;
	BACKGROUND-COLOR: #97bfff}
.handle
{
	margin:2px;
	padding:2px;
	width:90px;
	color:white;
	background-color:gray;
	font-family:"verdana, sans-serif;";
	font-size:12px;
	
}
.text
{
	color:#000066;
	font-family:verdana, sans-serif;
	font-size:12px;
	
}

</style>
