rem body
rem   {
rem   background-color: #333333;
rem    }


body
   {
   background-color: #333333;
   }


img.border
   {
   border-color: #c8c8c8;
   }

img.borderdark
   {
   border-color: #999999;
   }


.normal

   {
   font-size: 12pt;
   font-family: verdana, arial, helvetica, geneva;
   font-weight: normal;
   color: #c8c8c8;
   }

.klein
   {
   font-size: 8pt;
   font-family: verdana, arial, helvetica, geneva;
   font-weight: normal;
   color: #c8c8c8;
   }

.bold

   {
   font-size: 12pt;
   font-family: verdana, arial, helvetica, geneva;
   font-weight: bold;
   color: #c8c8c8;
   }

a.normal
   {
   font-size: 12pt;
   font-family: verdana, arial, helvetica, geneva;
   font-weight: bold;
   color: #c8c8c8;
   text-decoration: underline;
   }

a.klein
   {
   font-size: 8pt;
   font-family:  verdana, arial, helvetica, geneva;
   font-weight: bold;
   color: #c8c8c8;
   text-decoration: underline;
   }

a.link
   {
   font-size: 8pt;
   font-family: verdana, arial, helvetica, geneva;
   font-weight: normal;
   color: #c8c8c8;
   }

a.link2
   {
   font-size: 12pt;
   font-family: verdana, arial, helvetica, geneva;
   font-weight: bold;
   color: #c8c8c8;
   text-decoration: none;
   }