/* $Id: www_default.css,v 1.3 2003/09/28 15:25:26 mike Exp $ */

BODY {
    background: white ;
    background-image: url(http://www.stok.ca/backgrounds/bkg-grey.png) ;
    color: black ;
    font-family: sans-serif ;
}

/* Netscape seems to "forget" this unless I'm explicit :-( */

TD {
    font-family: sans-serif ;
}

BLOCKQUOTE {
    font-family: "Comic Sans MS", sans-serif;
    border-width: 1px;
    border: solid ;
    padding: 2px ;
    margin-left: 2em;
    margin-right: 2em;
}

TT, PRE, CODE, KBD, SAMP, CITE {
    font-family: "Courier New", Courier, monospace;
}

A:LINK {
    color: blue ;
}
A:ACTIVE {
    color: red ;
}
A:VISITED {
    color: purple ;
}

H1 {
    text-align: center
}

/* book spans have title, authors, and date (published) spans inside them
 * on my publishing page.
 */

.book .title {
    font-style: italic ;
}
