body
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #3300FF;
   background: #EFFFFF;
}

a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
}

a:link, a:visited{
color: #FFFFFF;
}

a:hover, a:active{
color: #FFCC00;
}

#head1 {
   font-size: 12px;
   color: white;
   text-decoration: none;
}

.headsel {
   font-size: 12px;
   color: #FFFFFF;
   text-decoration: none;
}

.banner {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: italic;
   color: red;
   background-color: #FFFFCC;
   text-decoration: none;
}

.banner2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: italic;
   color: red;
   background-color: #FFFFCC;
   text-decoration: none;
}

.standard {
   font-size: 12px;
   color: #333366;
   text-decoration: none;
}


.txt {
   font-size: 12px;
   color: white;
   text-decoration: none;
}

.calendarbanner {
   font-size: 14px;
   color: #333366;
   text-decoration: none;
}

<!-- normal  -->
.dayfont1{
   font-size: 12px;
   color: #333366;
   text-decoration: none;
}
.dayfont1b{
   font-size: 12px;
   color: #333366;
   font-weight: bold;
   text-decoration: none;
}

<!-- Occupied  -->
.dayfont2{
   font-size: 12px;
   color: #AAAAFF;
   background-color: #FF0066;
   text-decoration: line-through;
}


<!-- Reserved  -->
.dayfont3{
   font-size: 12px;
   color: #9999FF;
   background-color: #FF00CC;
   text-decoration: none;
}
.dayfont3b{
   font-size: 12px;
   color: #9999FF;
   font-weight: bold;
   background-color: #FF00CC;
   text-decoration: none;
}

<!-- Closed  -->
.dayfont4{
   font-size: 12px;
   color: #CCCCFF;
   background-color: #000099;
   text-decoration: line-through;
}

<!-- Offer -->
.dayfont5{
   font-size: 12px;
   color: #333366;
   text-decoration: none;
   background-color: #9966FF;
}
.dayfont5b{
   font-size: 12px;
   color: #333366;
   font-weight: bold;
   text-decoration: none;
   background-color: #9966FF;
}

<!-- Last minute  -->
.dayfont6{
   font-size: 12px;
   color: #FFFF00;
   text-decoration: none;
   background-color: #6633FF;
}
.dayfont6b{
   font-size: 12px;
   color: #FFFF00;
   font-weight: bold;
   text-decoration: none;
   background-color: #6633FF;
}


.daysel {
   font-size: 14px;
   color: #333366;
   font-weight: bold;
   text-decoration: none;
}

.days {
   font-size: 12px;
   color: white;
   text-decoration: none;
}

.month {
   font-size: 13px;
   color: yellow;
   font-weight: bold;
   text-decoration: none;
}

.weeknr {
   font-size: 11px;
   font-style: italic;
   color: white;
   text-decoration: none;
}


.yearhead {
   font-size: 16px;
   color: yellow;
   font-weight: bold;
   text-decoration: none;
}
