<style type="text/css">
        .NoUnderline
        {
            text-decoration: none;
        }
        .TableStyle
        {
        }
        .TableStyle Caption
        {
            color: White;
            background-color: blue;
            font-family: Book Antiqua;
            font-size: smaller;
            font-weight: bold;
            border: 2px groove gray;
        }
        .TableStyle tr td .a
        {
            text-decoration: none;
            font-family: Book Antiqua;
            font-weight: bold;
            color: DarkBlue;
            font-size: smaller;
        }
        .TableStyle tr td .a:hover
        {
            text-decoration: none;
            color: orange;
        }
        .TableStyle tr td .a:active
        {
            color: Red;
        }
        .TableStyle tr td
        {
            background-color: #FFEAD5;
            border: 1px solid gray;
            height: 30px;
            width: 70px;
        }
        .TableStyle tr td .NoUnderline
        {
            font-family: Book Antiqua;
            font-weight: bold;
            color: Silver;
            text-decoration: none;
            cursor: default;
 font-size: smaller;

        }
    </style>
