    #body {
        font-family: Georgia;        
        text-align: center;/* IE Center HACK */
        font-size: 100%;
    }
    #container {
        text-align: left; /* IE Center HACK correction */
        margin-left: auto; /* FF Center */
        margin-right: auto; /* FF Center */
        width: 800px; /* IE, FF Center */
    }
           
    /* Use to clear floats. */
    .clear {
        clear: both;
    }

    /* So that the visual and non-visual may continue to live in harmony. */
    .screenreader {
        position: absolute;
        left: 0px;
        top: -500px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
    
    .vi {
        color: orange;
        font-weight: bold;
        font-family: Verdana;
    }
        
    p.indent {
        text-indent: 1.5em; /* INDENTS paragraphs*/
    }
    
    .hide {
        display: None;
    }
    
    FIELDSET {
        padding: .1em;
    }
    
    UL {
        list-style-type: None;
    }
