/* global */
    body {
           // background:#ffffff url(/images/team.png) no-repeat top center;
           // background-attachment:fixed;
           background: #ffffff // #f9fcfe;
           color: #000074; // color: #000;
           margin: 10;
           padding: 0;
           font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
    }
    h2 {
           border-bottom: .5em solid #f0f8ff;
           color: #333;
           font: normal 30px/5px serif;
           margin: 5px 10px;
    }
    h2 small.quickjump {
           display: block;
           text-align: right;
    }
    h2 small.quickjump a {
           text-decoration: none;
           border-bottom: 0;
           font-size: 15px;
           background: #f0f8ff;
           padding: 5px 10px;
    }
    .none {
        border-bottom: 0;
        border-top: 0;
        text-decoration: none;
    }
    a {
        border-bottom: 1px dashed #69c;
        border-top: 1px dashed #69c;
        color: #00019b;
        text-decoration: none;
    }
    a:visited {
        color: #006;
    }
    a:hover {
        border-bottom: 1px solid #3a75ae;
        border-top: 1px solid #3a75ae;
            color: #069;
    }

