/* CSS Document */
.link {
	font-family:Verdana;
	font-size:12px;
	color: #3087C0;
}

/* CSS Document */
.link:hover {
	font-family:Verdana;
	font-size:12px;
	color: #3087C0;
	background-color: #FFFF00;
}


