BODY	{
     background-image:           url("thalassa_at_night.jpg");
     background-repeat:          repeat;
     background-attachment:    	 fixed;
     background-color:           #000000;
     font-family:    sans-serif, monospace, cursive,fantasy;
  font-size:              60%;
  text-align:             justify;
  color: 	       black; / * normale Schreibfarbe #A69F86 =red */
  text-transform:        	none; 	
  line-height:	  		1.1em;
  width:                      100%;
/* Seitenabstände */
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 13px;
    padding-left: 21px;
/* Randkasten */
    border: 2px solid #A69F86;
/* Außenabstände */
  	margin-top:			 0.2em;
	margin-left:			 2%;
	margin-right:			 1%;
	margin-bottom:		 	 0.2em;
	width:				 auto;
		}


a:link
       { color: #0000FF;
         text-decoration: none;
            }
          /* 0,0,255=blue */

a:visited	{
	color:		#FF0000;
        / * #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:        	        #ff0000;
	background:		black;
	font-style:		italic;
	}	
		
a:hover	{
/*    letter-spacing:         1px; */
    text-align:		justify;
    text-transform:		capitalize;
    font-size:                   87%;
    font-weight:			normal;
    font-style:			normal;
    font-family:			arial;
    color:        	        #ff0000;
    background:	                #ffffff;
    cursor: 			pointer;
   }

/* schnuraxt.css = body background="thalassa_at_night.jpg" */
/* bgcolor="#000000" link="#0000FF" vlink="#FF0000" text="#000000" */

