/* Use a global variable to specify the width of all tables */

:root {
    --main-table-width: 900px;  /* for member_update.php  */
    --login-table-width: 400px;  /* for login.php */
    --dashboard-table-width: 900px;  /* for member_dashboard.php */
}

body {
    background-color: rgb(227, 227, 227);
}

/* ============ BANNER IMAGE ============= */

.home_banner_image {
    border: 0px;
    width: 1000px;
}

.home_contact_image {
    border: 0px;
    width: 100%;
}

.home_contact_font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    font-weight: normal;
    color: white;
}

.home_body_font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    font-weight: normal;
    color: black;
}

/* ============ GENERAL USE STYLES ============ */
 
