/* Dateiname: formate.css */



body 

   {

   background-color: darkgray;

   color: ghostwhite;

   font-family: Verdana,Arial;

   line-height:12pt;

   }



.bg

   {

   background-color: ghostwhite;

   color:darkblue;

   }

ver

   {

   color:ghostwhite;

   font-size:8px;

   }



.bg_colored

   {

   background-color:darkblue;

   color:ghostwhite;

   }



h1 { 

   font-size:30px;

   line-height:38px;

   }



h2 {

   font-size:24px;

   line-height:30px;

   }



h3 {

   font-size:18px;

   line-height:26px;

   }



h4 {

   font-size:15px;

   line-height:20px;

   }

h5 {

   font-size:12px;

   line-height:13px;

   }

h6 {

   font-size:29px;

   line-height:30px;

   }


p  {

   font-size: 11px;

   line-height:15px;

   }



ul {

   font-size: 11px;

   line-height:16px;

   }



A         { color:darkblue;}

A:link    { text-decoration : none;     font-size: 12px;}

A:Visited { text-decoration : none;     font-size: 12px;}

A:Active  { text-decoration : none;     font-size: 12px;}

A:Hover   { text-decoration : overline; font-size: 12px;}

A:Hover   { text-decoration : underline;font-size: 12px;}





A.n         {font-size: 12px; color:ghostwhite;}

A.n:link    { text-decoration : none;      }

A.n:Visited { text-decoration : none;      }

A.n:Active  { text-decoration : none;      }

A.n:Hover   { text-decoration : overline;  }

A.n:Hover   { text-decoration : underline; }



TABLE {border:0px solid; margin:0px;}


