@meta { Title: "Jedo Style Sheet" }/* body Formatierung */ body {	font-family: "arial", "geneva", "helvetica";	background-color: #CCCCCC;	font-size: 10pt;	text-decoration: none	}	/* Link, nicht unterstrichen, schwarz */a:link {	font-family: "arial", "geneva", "helvetica";	color: #000000;	font-size: 10pt;	text-decoration: none	}/* Benutzte Links, schwarz */a:visited {	font-family: "arial", "geneva", "helvetica";	color: #000000;	font-size: 10pt;	text-decoration: none	}/* Code ohne unterstreichen */.CODELINK { text-decoration: none }       /* Definition der Schrift des Inhalts */.CONTENTTEXT { font-family: "arial", "geneva", "helvetica";    font-size: 10pt;    color: #000000 }    
