<STYLE TYPE="text/css">
<!--

/* Font file not included in the distro */
@font-face {
    font-family: Book Antiqua;
    font-style: normal;
    font-weight: normal;
    src: url(../BOOKANT0.eot);
}

/*
    These colors are for the navigation links.  One interesting side effect of
    my method for controlling the color of the text for these links is you get
    a different color for the text and for the underline.  I want to learn to 
    control the both independently but I do like this effect and have used it
    in the past.
*/
.root {color: #66ff99}
.previous {color: #33ccff}


a {text-decoration: none}
a:link {color: #3399ff}
a:visited {color: #66ff99}
a:active {color: #ff0066}
a:hover { 
    color: #ff9966;
    text-decoration:underline;
}

body {
    background-color: #171716;
    color: #ff6666;
    text-align: center;
    font-family: "Book Antiqua";
}

img {border-style: none}

-->
</STYLE>


