/*
 * This is a CSS2 style sheet which defines the standard look for
 * hexapodia.org pages.  I'm going for your basic CRT TTY pastiche,
 * except in blue rather than green.  Gotta be different, after all.
 */

BODY {
    background: black;
    color: rgb(0%, 50%, 100%);
    /* font-family: "Courier", "Courier New", Courier, monospace; */
}

.mono {
    font-family: "Courier", "Courier New", Courier, monospace;
    /* isn't this silly and kooky?! */
    font-size: 16px;
}

A:link {
    color: rgb(0%, 62.5%, 100%);
}

A:visited {
    color: rgb(37.5%, 0%, 100%);
}

#footer {
    text-align: right;
}

IMG.noborder {
    border-style: none;
}
