body {
    color: black;
    background-color: white;
}


form table {
    background-color: silver;
}


a {
    color: blue;
}

a:visited {
    color: purple;
}


.branch {
    background-color: #FFFF88;
}


.related_searches {
    background-color: #FFFF88;
}


.search_results {
    background-color: white;
}


.total {
    margin-bottom: 0em;
    font-family: sans-serif;
    font-size: xx-small;
    color: white;
    background-color: white;
}
