A:link { text-decoration: none; color: black; }
A:visited { text-decoration: none; color: black; }
A:hover { text-decoration: underline; color: black; }
A:active { text-decoration: underline; color: black; }

.splash-page-text {
        font-family: "Gill Sans MT", "Trebuchet MS", Arial;
        font-size: 29px;
        font-weight: bold;
}

.menu-foreground-text {
        font-family: "Gill Sans MT", "Trebuchet MS", Arial;
        font-size: 29px;
        font-weight: bold;
        color: white;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.submenu-text {
        font-family: "Gill Sans MT", "Trebuchet MS", Arial;
        font-size: 21px;
        font-weight: bold;
        color: white;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#submenu-art {
        display: none;
}

#submenu-writing {
        display: none;
}

.article-link {
        font-size: 11px;
        color: black;
}

img { border: 1px solid black; }

