/*
   Stylesheet for "Jan's FTP server - statistics"
   All questions and comments to: jan_mp3@hotmail.com
*/

/* 
   ----------------------------------------------
   Colors used in document: #00CEFF;  light blue
                            #00B5E7;  darker blue
                            #008CB5;  dark blue
                            #006CB5;  darkest blue
   ---------------------------------------------- 
*/

BODY, TD
{
   background-color: white;
   font-family: verdana, sans-serif;
   font-size: small;
}

A, SELECT
{
   color: #006CB5;
}

.copy
{
   background-color: white;
   font-family: verdana, sans-serif;
   font-size: smaller;
}

.header
{
   color: #006CB5;
   border-bottom: 1pt solid #008CB5;
}

.name
{
   color: #006CB5;
}

.bytes
{
   text-align: right;
}
