.copytext { background : #ffffff;
		  	font-size : 12 px;
			font-family : Georgia;
			color : #000000;
			}


			
.textklein { background : #ffffff;
		  	font-size : 10 px;
			font-family : Georgia;
			color : #3C3C3C;
			}			
			
.headline {background : #ffffff;
		  	font-size : 12 px;
			font-family : Georgia;
			font-weight: bold;
			color : #000000;
			}
			
a    { text-decoration: none;
		  	font-weight: bold;
			color : #FF99CC;
			cursor: hand;
			}

a:hover	  	      { text-decoration: none;
		  	font-weight: bold;
			color : #000000;
			cursor: hand;
			}
			
.extern               {	text-decoration: underline;
		 	background : #ffffff;
		  	font-size : 12 px;
			font-family : Georgia;
			color : #000000;
			cursor: hand;
			}		

.mark		      {	background-color : C8D8EC;
		  	font-size : 12 px;
			font-family : Georgia;
			color : #000000;
			}				
