    body { background-color: black;
        color: gold;
        font-family: Arial;
        margin: 5px 0px;
    }
    a { color: gold;
    }
    ul li { font-size: 10pt;
    }
    p span, div span { color: #DAA520;
        font-size: 10pt;
        font-style: italic;
    }
    .floatCenter2 { float: left;
        left: 50%;
        position: relative;
    }
    .floatCenter3 { float: left;
        right: 50%;
        position: relative;
    }
    .photo { border: 1px solid gold;
    }
    .link { cursor: pointer;
        text-decoration: underline;
    }
    #divPageCenter { width: 990px;
    }
    #menuBar div { float: left;
        margin: 5px -1px -1px 0px;
        padding: 3px 8px;
        border: 1px solid gold;
        background: url("images/gold-trans-grad.png") repeat;
        font-size: 12pt;
    }
    #menuBar div:hover { background: none;
        cursor: pointer;
    }
    #rightPhoto { float: right;
    }
    #leftPhoto, #rightPhoto { display: none;
    }
    #rateTable { border-collapse: collapse;
        border: none;
        text-align: left;
    }
    #rateTable td, #rateTable th { border: 1px solid gold;
        padding: 3px;
    }
    #rateTable th { text-align: center;
    }
    #rateTable span, ul li span { font-size: 9pt;
        font-style: italic;
        color: #DAA520;
    }
