body {
    background-color: #666666;
}

a {
    text-decoration: none;
}

a:hover {
    text-shadow: 2px 2px 4px red;
}

