BODY	{	 
     background-image:           url("Quetzalcoatl48x67.gif");
     background-repeat:          repeat;
     background-attachment:    	 fixed;
  /* background-position:    	 left; faengt Mitte an */
   background-color:       #A69F86;
   font-family:	    	arial, monospace, athenian, sans-serif, symbol;
   color: 	  black; /* normale Schreibfarbe #A69F86 =red */
  width: 100%;
  	margin-top:			 0.58em;
/* http://theodorakis.net/tablecentertest.html Conforming browsers ought to center tables if the left and right margins are equal. The simplest way to accomplish this is to set the left and right margins to “auto.” Thus, one might write in a style sheet */		
        margin-left: auto;
        margin-right: auto;
	/* margin-left:			 0.5%;		*/
	/* margin-right:		 1%;		*/
	margin-bottom:		 	 0.58em; 	
	width:				 auto;
       		}


A:link	{	
	color:				cyan;
		}	
		
A:visited	{	
	color:				aquamarine;
            /* #6CF ist hellblau */
 	font-size:  	   	98%;
	text-transform:		lowercase;
/*	font-style:		oblique;   */
	font-weight:		lighter;
		}	
		
A:active	{	
	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-variant:           small-caps;  
    font-size:                    110%;
    font-weight:		bold;
    font-style:			normal;
    font-color:                 blue;
    color:          		#000fff;   
    background:	        	#ff0000;
/* greenyellow passt nicht */
    cursor: 			pointer;
	}