#authtop {
    background-color: black;
    padding: 15px;
    color: white;
}

#authtop a {
    color: rgb(200,200,200);
    text-decoration: underline;
    font-size: 11px;
}
#authtop a:hover {
    text-decoration: none;
}

#authtop table td {
    font-size: 11px;
    color: white;
}
