a {
text-decoration: none;
color: unset;
}

a:hover {
color: #B0B0B0;
}

.link {
margin: 5px;
padding: 5px 10px;
text-align: center;
background: #303030;
border: 1px solid #000;
}

.link:hover {
color: #000000;
background: #009933;
font-style: italic;
}