﻿        .btnBg
        {
            font-weight: bold;
            background-color: #676a6e;
            text-align: center;
        }
        .btnCss
        {
             cursor:pointer;
            text-decoration: none;
            color: White;
            font-weight: bold;
        }
        .btnBg1
        {
            font-weight: bold;
            background-color: White;
            text-align: center;
        }
          .btnCss1
        {
            cursor:pointer;
            text-decoration: none;
            color:Red;
            font-weight: bolder;
        }