/*
 * $Id: default.css,v 1.2 2002/11/10 01:05:43 nturner Exp $
 * 
 * Styles for normal pages.  Include a link to common.css before
 * the link to this style sheet in the referring document.
 */

@media all { /* keeps ns4 out */

/*  makes masthead link behave like an image ;)  */
div.logotext a:link,
div.logotext a:visited,
div.logotext a:active {
    text-decoration: none;
    color: white;
    background: transparent;
}

div.artlightbg {
    color: black;
    background: #ffe;
    border: solid thin #ec8;
    padding: 1em;
    margin: 1em 0;
}

div.artdarkbg {
    color: white;
    background: #009;
    border: solid thin #006;
    padding: 1em;
    margin: 1em 0;
}
div.artdarkbg a {
    color: white;
}

} /* @media all */
