<!--

body 
{
    font-family: arial,verdana,sans-serif;
    background-color: #f8f8ff;
}

a       
{
    text-decoration: underline; 
    color: #4682B4;
}

a:hover 
{
    color: #ff0000;
}

h1
{
    font-size: 18pt;
    font-weight: bold;
    color: #666666; 
}

h2
{
    font-size: 12pt;
    font-weight: bold;
    color: #999999; 
}

td 
{
    font-family: arial,verdana,sans-serif; 
    font-size: 9pt; 
}

.available
{
    color: #000000;
}

.reserved
{
    color: #ff4500;
}

.booked
{
    color: #8b0000;
    text-decoration: line-through;
}

.navbar
{
    font-size: 7pt;
    font-weight: bold;
}

.smltxt
{
    font-size: 7pt;
    font-weight: bold;
    color: #999999; 
}

-->

