a {
    color: #006699;
    }

a:hover {
    color: #0099CC;
    }

body {
    margin: 0px;
    font-family: Arial, sans-serif;
    background-image: url('images/lattice.jpg');
    }

div.location {
    padding-left: 10px;
    font-size: smaller;
    }

div.storehourstop {
    font-size: 10pt;
    text-align: left;
    background: #003366;
    color: #FFFFFF;
    font-weight: bold;
    margin: -5px;
    margin-bottom: 5px;
    padding: 3px;
    }

div.storehours {
    float: right;
    width:140px;
    font-size: 10pt;
    text-align: center;
    background: #CCDDEE;
    border: 1px solid #003366;
    padding: 5px;
    margin: 10px;
    margin-right: 0px;
    }



h4 {
    color: #003366;
    margin-bottom: 0px;
    }

h5 {
    margin-bottom: 0px;
    }

span.email {
    color: #006699;
    }


table.main {
    background-color: white;
    border-left: 2px solid darkslategray;
    border-right: 2px solid darkslategray;
    font-size: smaller;
    }

td.main {
    padding-left: 6px;
    padding-right: 15px;
    }

table.calendar {
    border: solid 1px #003366;
    margin-top: 4px;
    margin-bottom: 8px;
    }

th.calendar, td.calendar {
    border: solid 1px #003366;
    }

div.event {
    font-size: 11pt;
    }

ul {
    list-style-image: url('images/bluetilde.jpg');
    }

li {
    padding-left: 10px;
    padding-bottom: 3px;
    }