body {
    color: #3e3e3e;
    font-size: 11px;
    background-color: #cecece;
}

a:hover {
    color: #4e4e4e;
    text-decoration: none;
}

a {
    color: #3e3e3e;
    text-decoration: underline;
}


