/*
 * Styles for the space-interest mailing list page.
 */
body {
    background-image: url(b2.bmp);
    background-repeat: repeat-y;
    background-color: #000000;
    color: #ff6b9f;
}

h1 {
    color: #ff0000;
    text-align: center;
}

/*
 * For text appearing on a universally dark background.
 */
.ondark {
    color: #c0c0c0;
}

/*
 * For text that may appear on a background of varying brightness.
 */
.onmixed {
    color: #ff0000;
}

/*
 * The colours for the links need to be visible against any background,
 * but still recognisable as links. :-(
 */
a:link {
    color: #ff0000;
}

a:visited {
    color: #808080;
}

a:active {
    color: #ffffff;
}

/*

 * Local Variables:
 * mode: C
 * c-file-style: "bsd"
 * End:
 */

