
body {
    background-color: white;
    text-color: black;
    font-family: "arial";
    color: black; 
    margin-top: 0px;
    margin-left: 0px;
}

img {
    border: 0px;
}

a:link {
    color: #0000FF; 
}

a:visited {
    color: #0000FF;
}

a:hover {
    color: #8888FF;
}

a:active {
    color: #FF0000;
}


#headerLinks {
    clear: both;
    font-size: 0.8em;
    text-align: left;
}

#headerAddress {
    font-size: 0.8em;
    font-weight: normal;
}

#footer {
    font-size: 0.6em;
    margin-top: 10px; 
    margin-bottom: 10px;
    text-align: left;
}
