/* Martin's Style Sheet, CSS */


/* BODY */
	body { background-color: #212D81; 
		color: White; }
	a:link { color: #9ba5e6; }
	a:visited { color: #b5bcec; }
	a:active { color: Red; }


/* Font Source fuer IE (Embedded Open-Type) */
  @font-face { font-family: Challenge Extra Bold;
    font-style:  normal;
    font-weight: normal;
    src: url(challen0.eot);
  }


/* Schrift */

	td { color: White; } /* fuer Netscape notwending! */

/*	p.challenge { font-family: "Challenge Extra Bold"; 
		font-size:14pt; 
		word-spacing:3pt; 
		letter-spacing:1pt; 		
		color:White; 
		}
	/* Dokumenttitel: */
	h1 { font-family:"Challenge Extra Bold"; 
		font-size:36pt; 
		word-spacing:3pt; 
		letter-spacing:1pt; 		
		color:White; 
		text-align:center; 
		}
	/* Dokumetnuntertitel */
	h2 { font-family:"Challenge Extra Bold"; 
		font-size:18pt; 
		word-spacing:3pt; 
		letter-spacing:1pt; 		
		color:White; 
		text-align:center; 
		}
	/* Tabelle Pc oder Photo-Uebersicht */
/*	td.challenge { font-family:"Challenge Extra Bold"; 
		font-size:14pt; 
		word-spacing:3pt; 
		letter-spacing:1pt; 
		color:White; 
		}

	

/* New York Photos */
	div.ny { margin-top:1cm; }
/* filter klappt nur mit IE 4+5
   filter:Shadow(color=#808080, direction=225);  */
