#root {
	background-color:#000000;
	border:4px inset white;
	height:300px;
	position:absolute;
	width:250px;
	z-index:1;
	color: red;
	padding:10px 5px 5px 5px;
	line-height:20px;

}
#root a {
	color:#DC910F;
	font-weight:bold;
	
}
#root a:hover {
	color:#fff;
	font-weight:bold;
}

#handle {
	background-color:#8B0000;
	color:#DAA520;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding:2px;
	text-align:center;
	width:98%;
	font-size:16px;
}

