  BODY { background: #99CCCC;
  		 color: #333399;
  		 font: 10pt Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  }

  A { text-decoration: none }
  A:link { color: #0000FF }
  A:visited { color: #0000FF }
  A:active { color: #FF0000 }

	div#legende {
		visibility: hidden;
		position: absolute;
		left: 75%;
		top: 225px;
		background-color: #ffffff;
		font-size: .8em;
		border: 1px solid;
		padding: 4px;
	
	}
	
	div#legende P {
	    padding: 0;
	    margin: 2px;	

	}


	div#legende UL {
	    padding: 0;
	    margin: 0;
	    margin-left: 15px;
	    margin-bottom: 5px;
	    	

	}


	 H2 {
		text-align: center;
		font-face: Arial; 
	
	 }
	 
	 IMG {
		// border: 2px orange solid;
	 }
	 
	 