
*

.menbutton {
    background-color: #0177A9; /* Green */
    border: none;
    color: white;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    cursor: pointer;
}

.menbutton a {
    background-color: #0177A9; 
    color: white; 
    text-decoration: none;
}

.menbutton:hover {
    background-color: #6BC8ED;
    color: white;
}

.menbutton:hover a {
    background-color: #6BC8ED;
    color: white;
}


.stbutton {
    background-color: #ffffff; /* Green */
    height: auto;
    border: none;
    color: #000000;
    padding: 2px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px;
    cursor: pointer;
}

.stbutton a {
    background-color: white; 
    color: #000000; 
    text-decoration: none;
}

.stbutton:hover {
    background-color: #4CAF50;
    color: white;
}

.stbutton:hover a {
    background-color: #4CAF50;
    color: white;
}


.xbutton {
    background-color: #eef0f3;
    height: auto;
    border: none;
    color: #000000;
    padding: 6px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px;
    cursor: pointer;
}

.xbutton a {
    background-color: #eef0f3; 
    color: #000000; 
    text-decoration: none;
}

.xbutton:hover {
    background-color: #eef0f3;/*#4CAF50;*/
    color: white;
}

.xbutton:hover a {
    background-color: #eef0f3;/*#4CAF50;*/
    color: #ff0000;
}


.nbutton {
    background-color: #4CAF50;
    height: auto;
    border: none;
    color: #ffffff;
    padding: 6px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px;
    cursor: pointer;
}

.nbutton a {
    background-color: #4CAF50; 
    color: #ffffff; 
    text-decoration: none;
}

.nbutton:hover {
    background-color: green;
    color: white;
}

.nbutton:hover a {
    background-color: green;
    color: #ffffff;
}

