body {
    font-family : verdana, helvetica, sans-serif;
    color : teal;
    background-image : url(http://www.mykokomohome.com/images/Background.jpg);
    }
td {
    text-align: center;
    }

.finePrint {
    font-size : small;
    }

.monthTable {
    font-family : Times, verdana, helvetica, sans-serif;
    color : black;
    /* font-size : small; */
    /* border : 1px solid black;  */
    background-color : lightblue;

}
.monthTable a:visited {
    font-family : Times, verdana, helvetica, sans-serif;
    color : black;
    /* border : 1px solid black;  */
    background-color : white;
    text-decoration: none;

}
.monthTable a:link {
    font-family : Times, verdana, helvetica, sans-serif;
    color : black;
    /* border : 1px solid black;  */
    background-color : white;
    text-decoration: none;

}
.monthTable a:hover {
    font-family : Times, verdana, helvetica, sans-serif;
    color : red;
    /* border : 1px solid black;  */
    background-color : white;
    text-decoration : none;
}
.monthTable a:active {
    font-family : Times, verdana, helvetica, sans-serif;
    color : red;
    background-color : white;
    text-decoration : none;
}
.arrow {
    background-color : white;
}

.navTable {
    border-bottom : 2px orange solid;
    width : 100%;
    text-align : left;
    }
.selectedTab {
    background-color : orange;
    color : black;
    border-left : 1px orange solid;
    border-right: 1px orange solid;
    width : 14%;
    /* font-size : 11pt; */
    text-align: center;
    margin-top : auto;
    margin-bottom: auto;
    }
.notSelectedTab {
    background-color : lightgrey;
    color : black;
    border-left : 1px orange solid;
    border-right: 1px orange solid;
    width : 14%;
    /* font-size : 11pt; */
    margin-top : auto;
    margin-bottom: auto;
    }

.notSelectedTab a:visited {
    color : black;
    text-decoration: none;
}
.notSelectedTab a:link {
    color : black;
    text-decoration: none;
    }
.notSelectedTab a:hover {
    color : red;
    text-decoration: none;
    }
.notSelecteTab a:active {
    color : red;
    text-decoration: none;
    }

.free {
    padding : 2px;
    background-color : white;
    color : black;
    }

.occ {
    padding : 2px;
    background-color : orange;
    text-decoration : line-through;
    color : red
    }

.nil {
    padding : 2px;
    background-color : lightblue;
}
.leftAlignSmall {
    font-size : small;
    text-align : left;
}
.rightAlignSmall {
    font-size : small;
    text-align : right;
}

    
