/* CSS Document */
.LinkList {
	position: relative;
	padding: 9px;
	margin-bottom: 20px
}

.LinkList a {
	display: inline;
	padding: 2px 9px 2px 9px;
	text-decoration: none;
	font-size: 1.3em;
	color: #30558e;
}

.LinkList a:hover {
	background: #94c594;
	color: white;
	text-decoration: none
}
.LinkList a span {
	display: none;
	font-size: 0.8em;
	color: #30558e;
	text-align: justify;
}
.LinkList a span h4 {
  margin:0px;
}
.LinkList a:hover span {
  font-size: 0.8em;
	display: inline;
	position: absolute;
	top: 0;
	left: 350px;
	padding: 0px 15px 5px 0;
	width:300px;
}
