body{  FONT-FAMILY:  "MS Sans Serif", sans-serif, Tahoma;font-size: 16px;color: #000000;text-decoration:none; font-weight: bold }

A{ FONT-FAMILY:  "MS Sans Serif", sans-serif, Tahoma;font-size: 16px;color: #000000;text-decoration:none; font-weight: bold}
A:link { FONT-FAMILY:  "MS Sans Serif", sans-serif,Tahoma;font-size: 16px;color:#000000;text-decoration:none; font-weight: bold}
A:hover { FONT-FAMILY:  "MS Sans Serif", sans-serif,Tahoma;font-size: 16px;color: #FF0000;text-decoration:none; font-weight: bold}
A:visit { FONT-FAMILY:  "MS Sans Serif", sans-serif,Tahoma;font-size: 16px;color:#000000;text-decoration:none; font-weight: bold}	

.ht17{ FONT-FAMILY:  "MS Sans Serif", sans-serif, Tahoma;font-size: 17px;color: #000099;text-decoration:none; font-weight: bold}
.t16{ FONT-FAMILY:  "MS Sans Serif", sans-serif, Tahoma;font-size: 16px;color: #000000;text-decoration:none; font-weight: bold}
.h16red{ FONT-FAMILY:  "MS Sans Serif", sans-serif, Tahoma;font-size: 16px;color: #990000;text-decoration:none; font-weight: bold}
.ht17ori{ FONT-FAMILY:  "MS Sans Serif", sans-serif, Tahoma;font-size: 17px;color: #000000;text-decoration:none; font-weight: Regular}
.ht16ori{ FONT-FAMILY:  "MS Sans Serif", sans-serif, Tahoma;font-size: 16px;color: #000000;text-decoration:none; font-weight: Regular}

.btnSys {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.btnLogin {
    background-color: green;
    color: white;
    border: 2px solid green;
}

.btnLogin:hover {
    background-color: #c9f5cd; 
    color: green; 
}

.btn {
    background-color: rgb(3, 28, 250);
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.btnBlue {
    background-color: rgb(3, 28, 250);
    color: white;
    border: 2px solid rgb(3, 28, 250);
}

.btnBlue:hover {
    background-color: #a3c2f1; 
    color: rgb(3, 28, 250); 
}

.btnVisitor {
    background-color: #ffa600ff;
    color: rgb(0, 0, 0);
    border: 2px solid #ffa600ff;
}

.btnVisitor:hover {
    background-color: rgb(248, 225, 182); 
    color: rgb(0, 0, 0); 
}