body
{
   color:            #000000;
   background-image: url(/images/background.gif);
   font-family:      Arial, "Times New Roman", Times;
   font-size:        16px;
}

A:link
{
   color: black
}

A:visited
{
   color: black
}

table
{
   color:        #000000;
   text-align:   center;
   border-color: #ccccff;
}

th
{
   background: #ccccff;
}

td
{
   background: #eeeeee;
}

th2
{
   background: #cccccf;
}

.code
{
   color:       #000000;
   font-family: "Courier New", Courier;
}

/* Sortable tables */
table.sortable a.sortheader 
{
    background-color:#ccccff;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.sortable span.sortarrow 
{
    color: black;
    text-decoration: none;
}

