.tree {
	background-color: transparent;
	width: 100px;
	height: 50px;
	border: 1px solid white;
}

#right img a:hover {
	border:2px solid #fff;
}

.tree td a {
	color: white;
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	}
.tree td a:hover {
	color: black;
	background-color: #00ff00;
}

.soon {font-size:25px; color:#00ff00; line-height:120%;}