body {
    font-family: Georgia;
}
#records {
    background: #bbbbbb;    
}
#records tr {
    background: white;
}

#records th, #records tr:hover {
    background: khaki;
}
a.delete{
    color: red;
}
