/* DATEI: JR.css */
/* Enthält die CSS-Anweisungen für meine Webseiten*/
/* Mal sehen, ob das klappt...*/

body { background-color: rgb(255, 255, 255);
	margin-left:35px; margin-right:35px; margin-top:10px; margin-bottom:35px }
	p,li  { font-size:100%;
       	line-height:130%;
        	font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
        	letter-spacing:0.0em;
        	word-spacing:0.0em;
        	color:black; }
        	
h1 { font-size:300%;
    		 color:#1100FF;
    		 font-style:italic;
    		 border-bottom:solid thin black; }
	
h2 { font-size:300%;
    		 color:#FF8040; }

/*a:link {text-decoration:none;  } */
		/*	a:visited {color: rgb(20, 20, 20); font-style:normal ; background-color:transparent; font size="3";   }*/
		/*	a:active {color: black; font-style:bold ; background-color:rgb(255,255,255); font size="3";  }*/
