/* --------------------- Stylesheet for Navigation Buttons ----------------------------- */
/* -------------------------------- Button Formatting ---------------------------------- */

.housebutton {
        font-weight: bold;
        text-align: center;
        margin-bottom: 1px;
        margin-top: 1px;
}

/* ------------------------------- Main Buttons without Mouse Over --------------------- */

.housebutton a {
        padding: 4px;
        text-decoration: none;
        display: block;
        color: #ffffff; /*this is where you change the button font color*/
        background-color: #fe0202;
        border-top: 4px #ff5703 solid;
        border-left: 4px #ff5703 solid;
        border-bottom: 4px #b33d02 solid;
        border-right: 4px #b33d02 solid;
}

/* -------------------------------- Mouse Over Buttons ---------------------------------- */

.housebutton a:hover {
        color: #cccccc; /* button font color when button is hovered over */
        background-color: #000066;
        border-top: 4px #666666 solid;
        border-left: 4px #666666 solid;
        border-bottom: 4px #999999 solid;
        border-right: 4px #999999 solid;
}
