
/* gallery.css -- default gallery.pl style sheet; please edit to your own taste */

BODY, P, TD, TH, UL, OL, H1, H2, H3, H4, PRE, SMALL, BIG, A, TABLE, TD, TR, TH  {
        font-family : Helvetica, sans-serif;
        background-color : black;
        color : white;
}

DD  { margin: 1em; }

A:LINK  {
        text-decoration : underline;
        color : white;
}

A:VISITED  {
        text-decoration : underline;
        color : #eee;
}

A:HOVER  {
        text-decoration : underline;
        color : green;
}
