/* This file contains general style and utility elements.  All CSS-aware
 * browsers will see what's here, so nothing must trip up primitive
 * implementations such as Netscape 4.
 */

/*
BODY {
    background: white;
    color: #000033;
}

A:link { color: #CC6600 }
A:active, A:visited { color: #663300 }

/* this is used to get blocks to encompass floating elements */
span.spacer {
    display: block;
    clear: both;
}
*/