body {
            scrollbar-arrow-color: yellow;
            scrollbar-base-color: black;
            scrollbar-dark-shadow-color: yellow;
            scrollbar-track-color: green;
            scrollbar-face-color: blue;
            scrollbar-shadow-color: white;
            scrollbar-highlight-color: silver;
            scrollbar-3d-light-color: black;
        }
    </style>


    <style type="text/css">
        body {
            background-color: #FFFFFF;
            background-image: url();
            background-repeat: no-repeat;
            background-position: right;
            background-attachment: fixed;
            margin-top: 0;
            margin-left: 10px;
            margin-right: 0px;
            font-family: Arial, Helvetica, sans-serif;
            color: #666666;
        }

        a:link {
            color: #7A0015;
            text-decoration: none;
        }

        a:visited {
            text-decoration: none;
            color: #7A0015;
        }

        a:hover {
            text-decoration: underline;
        }

        a:active {
            text-decoration: none;
        }

        body,
        td,
        th {
            font-size: 12px;
        }

        .style3 {
            font-size: 14px;
            color: #666666;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
        }