table.agenda, table.agenda tr, table.agenda th, table.agenda td
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 10px;
		border: 1px solid #5E3B20;
}

table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active
{
        color: #FFA500;
        font-weight: bold;
        text-decoration: none;
}

table.agenda a:hover
{
        color: #fda;
        font-weight: bold;
        text-decoration: underline;
}

.agendaNav
{
        background-color:#5E3B20;
}

.agendaHead
{
        background-color:#5E3B20;
}

.agendaThisDay
{
        background-color:#AC7B45;
}

.agendaThisMonth
{
        background-color: #714E32;
}

.agendaNotThisMonth
{
        background-color:#6A4427;
}

ul.agendaThemes
{
        list-style: none;       
        margin: 0 0 0 20;
        padding: 0;
}

