.link {  text-decoration: none; 
            background-color: trasparent;
            color: white;
            font-size: 13px;
	    font-family: Verdana;
}

.link:hover {  text-decoration: none; 
	          background-color: #0080FF;
	          color: white;
	          font-size: 13px;
	          font-family: Verdana;
}
