.font{
    font-family: Verdana, sans-serif;
    cursor: default;
    color: rgb(78, 78, 78);
}

.hlink{    
    font-family: Verdana, sans-serif;
    color: rgb(78, 78, 78);
    text-decoration: none;
}

.link{    
    font-family: Verdana, sans-serif;
    color: rgb(78, 78, 78);
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 30px;
}

.link:hover{
    background-color: rgba(192, 189, 189, 0.589);
}

.link2{    
    font-family: Verdana, sans-serif;
    color: rgb(78, 78, 78);
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 30px;
}

.link2:hover{
    font-size: 52px;
}

.link3{    
    font-family: Verdana, sans-serif;
    color: rgb(78, 78, 78);
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.link3:hover{
    background-color: rgba(192, 189, 189, 0.589);
}

h1{
    font-family: Consolas, Verdana, Geneva, Tahoma, sans-serif;
    cursor: default;
    font-size: 22px;
    text-align: center;
    color: rgb(78, 78, 78);
}

.h1{
    font-family: Consolas, Verdana, Geneva, Tahoma, sans-serif;
    cursor: default;
    font-size: 20px;
    text-align: center;
    color: rgb(78, 78, 78);
}

.h2{
    font-family: Consolas, Verdana, Geneva, Tahoma, sans-serif;
    cursor: default;
    text-align: center;
    color: rgb(78, 78, 78);
}

.bold{
    font-weight: bold;
}

.bolder{
    font-weight: bolder;
}

.nodeco{
    border: none;
    text-decoration: none;
}

.bgcolor{
    border-radius: 5px;
    background-color: rgb(245, 245, 245, .9);
}

.bgcolor2{
    border-radius: 5px;
    background-color: rgba(251, 255, 4, 0.9);
}

.bgcolor3{
    border-radius: 5px;
    background-color: rgba(146, 146, 146, 0.178);
}

.coffe{
    color: rgb(92, 60, 60);
}

.white{
    color: white;
}

.black{
    color: black;
}

.red{
    color: red !important;
}

.blue{
    color: blue;
}

.green{
    color: rgb(0, 151, 0) !important;
}

.blue2{
    color: #4e5c87;
}

.grey{
    color: rgb(78, 78, 78) !important;
    text-decoration: none !important; 
}

.blue3{
    color: #8e1daa;
}

.flex{
    display: flex;
}

.grid{
    display: grid;
}

.inblock{
    display: inline-block;
}

.flexcolumn{
    display: flex;
    flex-direction: column;
}

.a14th{
    width: 7.14%;
}

.two14th{
    width: 14.28%;
}

.three14th{
    width: 21.42%;
}

.four14th{
    width: 28.56%;
}

.five14th{
    width: 35.7%;
}

.quater{
    width: 25%;
}

.tenth{
    width: 10%;
}

.forty{
    width: 40%;
}

.threequater{
    width: 75%;
}

.threequaterhalf{
    width: 37.5%;
}

.third{
    width: 33.3333%;
}

.twothird{
    width: 66.6666%;
}

.half{
    width: 50%;
}

.full{
    width: 100%;
}

.nomargin{
    margin: 0px !important;
}

.automargin{
    margin: auto;
}

.lmargin10{
    margin-left: 10px !important;
}

.lmargin20{
    margin-left: 20px !important;
}

.lmargin25{
    margin-left: 25px !important;
}

.lmargin5{
    margin-left: 5px !important;
}

.rmargin5{
    margin-right: 5px;
}

.rmargin15{
    margin-right: 15px;
}

.tmargin3{
    margin-top: 3px;
}

.tmargin5{
    margin-top: 5px;
}

.justifycenter{
    justify-content: center;
    text-align: center;
}

.justifyend{
    justify-content: end;
}

.nojusti{
    text-align: left !important;
}

.aligncenter{
    align-items: center;
}

.alignend{
    text-align: left;
    align-items: flex-end;
}

.txtcenter{
    text-align: center;
}

.noborder{
    border: none;
}

.size4{
    font-size: 4px;
}

.size5{
    font-size: 5px;
}

.size6{
    font-size: 6px;
}

.size7{
    font-size: 7px;
}

.size8{
    font-size: 8px;
}

.size9{
    font-size: 9px;
}

.size10{
    font-size: 10px;
}

.size1{
    font-size: 11px;
}

.size12{
    font-size: 12px;
}

.size13{
    font-size: 13px;
}

.size14{
    font-size: 14px;
}

.size15{
    font-size: 15px;
}

.size16{
    font-size: 16px;
}

.size17{
    font-size: 17px;
}

.size18{
    font-size: 18px;
}

.size19{
    font-size: 19px;
}

.size20{
    font-size: 20px;
}

.size21{
    font-size: 21px;
}

.size22{
    font-size: 22px;
}

.size23{
    font-size: 23px;
}

.size24{
    font-size: 24px;
}

.size25{
    font-size: 25px;
}

.size26{
    font-size: 26px;
}

.size27{
    font-size: 27px;
}

.size28{
    font-size: 28px;
}

.size48{
    font-size: 48px;
}