/* CSS Document */

body {
    background: #ffffff;
    font-family: arial;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

.header {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.header a:link {
    color: #ffffff;
    text-decoration: none;
}
.header a:active {
    color: #ffffff;
    text-decoration: none;
}
.header a:visited {
    color: #ffffff;
    text-decoration: none;
}

.header a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer {
    font-size: 10px;
    color: #ffffff;
}

.footer a:link,
.footer a:active,
.footer a:visited {
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
}

a:link {
    color: #761618;
    text-decoration: none;
}
a:active{
    color: #761618;
    text-decoration: none;
}
a:visited{
    color: #761618;
    text-decoration: none;
}
a:hover{
    color: #761618;
    text-decoration: none;
}
