/* CSS_Basisformatierung - Standartformat für Homepage DL1MCR*/

BODY {
     background-color: #FFFFAA;
     font-size  : 14pt;
     font-family: "Arial";
     line-height: 16pt;
     color      : #888800;
     font-weight: bold;
     }
 
	     	
H1   {
     font-size  : 20pt;
     font-family: "Arial";
     font-style :"normal";
     line-height: 20pt; 
     color      : #888800;
     font-weight: bold;
     }
H2   {
     font-size  : 25pt;
     font-family: "Arial";
     font-style :"normal";
     line-height: 25pt; 
     color      : #888800;
     font-weight: bold;
     }
H3   {
     font-size  : 25pt;
     font-family: "Arial";
     font-style :"normal";
     line-height: 25pt; 
     color      : #C71585;
     font-weight: bold;
     }
H4   {
     font-size  : 27pt;
     font-family: "Arial";
     font-style :"normal";
     line-height: 25pt; 
     color      : #FFEFD5;
     font-weight: bold;
     }
A:LINK    {color:#888800; text-decoration: none; font-size:16pt; font-weight: bold;}
A:VISITED {color:#888800; text-decoration: none; font-size:16pt; font-weight: bold;}
A:HOVER   {color:#A0CE00; text-decoration: none; font-size:16pt; font-weight: bold;}
A:ACTIVE  {color:#888800; text-decoration: none; font-size:16pt; font-weight: bold;}