body
{
    font-family:Arial;
    background:#CCCCCC;
    color:black;
}

a
{
    color:black;
    text-decoration: none;
}

a:hover
{
    color:red
}

span.monthlink a
{
    color: #CC9900;
}

span.monthlink a:hover
{
    background: #CC9900;
    color: black;
}

span.day
{
    font-size:67%;
    color:#888888;
}

span.until
{
    font-size:83%;
    color:#888888;
}

span.today
{
    font-size:67%;
    background:#CC9900;
}

span.message
{
    font-size:83%;
    font-weight:bold;
}

span.dialogtitle
{
    color: #CC9900;
    font-size:20pt;
}

table.toptab td
{
    color:#CC9900;
    font-weight: bold;
    text-align:center;
}

td.tabon a
{
    color:#CC9900;
}

td.tabon
{
    width:6.7em;
}

td.taboff
{
    width:6.7em;
}

table.contents
{
    border: 2pt solid #CC9900;
    background: #EEEEFF;
}

table.week
{
    background: #CC9900;
}

table.user
{
    float: right;
    font-weight: bold;
    font-size: 80%;
    color: black;
}

