﻿body {
}

.btnBg {
    font-weight: bold;
    background-color: #676a6e;
    text-align: center;
}

.btnSubBg {
    font-weight: bold;
    background-color: #606060;
    text-align: center;
}

.btnCss {
    font-size: large;
    text-decoration: none;
    color: White;
    font-weight: bold;
    cursor: pointer;
}

.btnCss_ {
    text-decoration: none;
    color: White;
    font-weight: bold;
    cursor: pointer;
}

.btnBg1 {
    font-weight: bold;
    background-color: White;
    text-align: center;
}

.btnCss1 {
    font-size: large;
    cursor: pointer;
    text-decoration: none;
    color: Red;
    font-weight: bolder;
}

.btnCss_1 {
    cursor: pointer;
    text-decoration: none;
    color: Red;
    font-weight: bolder;
}

.btnCss2 {
    color: White;
    font-weight: bold;
}
