@import url(common.css);

body {
        background-color: white;
        color: black;
}

a {
        color: #880808;
}

div#menu a.disabled {
        color: #3F0202;
}

div#menu {
        background-image: url(menu-background.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 10px 20px;
}

div#footer {
        border-top: 2px solid #3F0202;
        color: #880808;
}

h1, h2, h3, h4, h5, h6, span.heading, b {
        color: #880808;
}

.display {
        border-color: #880808;
}

