/* Let no border around the body appear, and set 
   it to display on a white background */
body, html {
    margin: 0px;
    padding: 0px;
    background-color: black
}

/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, small, .small,
.tableTitle, .tableExtras, input, textarea, select {
    font-family: verdana, arial, helvetica, sans-serif;
}

.day {
   font-size: 150%;
   font-weight: bold; 
   font-family: verdana, arial, helvetica, sans-serif;
   color: F7941D;
   border-style: sold;
   border-color: 338579;
   border-width: 0px 1px 1px 0px;
   background-color: lightgrey;
   padding 2px;
}

.time {
    font-size: 75%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: white;
}

.title {
    font-weight: bold;
    font-size: 90%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: white;
    border-style: solid;
    border-color: black;
    border-width: 0px 1px 1px 0px;
    background-color: 338579;
    padding: 2px;
}
.description {
    font-size: 90%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: white;
}
.email {
    font-size: 75%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: 338579;
}

a.email {
    color: 338579;
}

a {
    color: white;
}


