        a
        {
            font-family: Tahoma, Verdana;
            font-size: 11px;
            color: #000000;
            text-decoration: none;
            padding: 5px;
        }
        a:hover
        {
            color: blue;
        }
        a:active
        {
            font-weight: bold;
        }
        /*
        img
        {
            vertical-align: bottom;
            height: 16;
            width: 16;
        }
        */
        .sp
        {
            display: none;
        }
