.hover-hand {
    cursor: pointer;
}
a {
    color: :gray;
    font-size: 0.8;
    text-decoration:none;
}
a:hover {
    color: black;
}