<style>
        .calmain {
        width:148px;
        border:1px solid black;
        }

        .calmonth {
        background-color:black;
        font-family: Arial; 
        font-size: 10px; 
        color: white; 
        line-height: 15px;
        }

        .caldaysofweek {
        background-color:gray;
        font-family: Arial; 
        font-size: 10px;
        line-height: 15px;
        color:white;
        text-decoration:none;
        }

        .caldays {
        font-family: Arial;
        font-size: 10px;
        color: #020611;
        line-height: 15px;
        background-color: grey;
        padding: 2px;
        }

        .caldaysbooked {
        font-family: Arial;
        font-size: 10px;
        line-height: 15px;
        color:white;
        background-color: #cdcdcd;
        padding: 2px;
        }

</style>