BODY	{	 
        color: 	     	        	 black; 
/* normale Schreibfarbe */
        background:  		 url("defquapraf13.gif") #000000;   
/* defquapraf13=Weltall */
        background-repeat:           	 repeat;
        background-attachment:    	 fixed;
	margin-top:		 0.58em;		
	margin-left:		 0.5%;		
	margin-right:		 1%;		
	margin-bottom:	 	 0.58em; 	
	width:			 auto;
		}

A:link	{	
	color:		Blue;
		}	
		
A:visited	{	
	color:		red;            /* #6CF ist hellblau */
		}	
		
A:active	{	
        	font-size:                    116%;
	color:		green;
	background:	#A69F86;
	}	
		
A:hover	{	
               	font-variant:                small-caps;  
               	font-size:                    100%;
               	font-weight:	bolder;
               	color:          	red;   
		background:	 #00ffff;
		}