@charset "iso-8859-1";
BODY	{	
    font-size:				0.9em;
    line-height:	  		1.2em; 
    font-size-adjust:	 	.58;  	
    font-family:	    	arial, monospace, sans-serif, symbol;  
    text-transform:        	none; 	
    background-color:       #A69F86;
         
   	margin-top:				0.58em;		
	margin-left:			1%;		
	margin-right:			1%;		
	margin-bottom:			0.48em; 	
	/* width:	                540px; */
	}
	
		
A:link	{	
	color:				Blue;
		}	
		
A:visited	{	
	color:			red;            / * #6CF ist hellblau */
 	font-size:  	    	90%;
	text-transform:		lowercase;
	font-style:		oblique;
	font-weight:		lighter;
		}	
		
A:active	{	
	text-decoration: 	blink;
	text-transform:		uppercase;
    font-size:  	    	116%;
    font-weight:		bolder;
	color:			#00ffff;
	background:		black;
	font-style:		italic;
	}	
		
A:hover	{	
    letter-spacing:         1px;
	text-align:				justify;
	text-transform:			capitalize;
    font-size:              100%;
    font-weight:			bolder;
    font-style:				normal;
    font-family:			arial;
    color:          		black;   
	background:	        	#00ffff;
    cursor: 				s-resize;
		}	
	
DT	{	
	margin-left:		0.1em;  /* 0 */
	margin-right:		0;
    font-weight:		bolder;	
    font-family:            Comic Sans MS;  /* funktioniert */
    font-size:              15px;
    line-height:            13px;
		}	
		
DD	{	
	margin-left:		0.3em; /* 1.58em; */
	margin-right:		0.1em;
        font-weight:		lighter;	
        font-family:            Monotype.com;
        font-size:              12px;
        line-height:		12px; 
		}

STRONG  {	
        font-weight:		lighter;	
        font-family:            Athenian;
		}
