
/* style sheet definition  cssScreen.css */


body
{
   margin-top:10px;
   margin-bottom:10px;
   background-color:#C0C0C0;
   color:#000000;
}


a:link
{
   color:#000099;
   text-decoration:underline;
}


a:active
{
   color:#0000CC;
   text-decoration:underline;
}


a:visited
{
   color:#000099;
   text-decoration:underline;
}


td
{
   font-family:Tahoma,Helvetica,Arial,sans-serif;
   font-size:11pt;
}


td.bar
{
   font-family:Tahoma,Helvetica,Arial,sans-serif;
   font-size:12px;
}


td.headline
{
   font-family:Tahoma,Helvetica,Arial,sans-serif;
   font-size:14pt;
}


td.anchor
{
   font-family:Tahoma,Helvetica,Arial,sans-serif;
   font-size:12pt;
}


/* end of style sheet definition  cssScreen.css */
