/* ------------------------------------------------------------------------------------ *//* Defaultformate für alle Elemente falls keine Überschreibung durch Subklasse erfolgt  *//* ------------------------------------------------------------------------------------ */.cursor {  cursor:hand; }a:link  { text-decoration: underline; color: #FFFFFF;}    /* noch nicht besuchte Ziele */a:visited  { text-decoration: underline; color: #F5F5F5;} /* besuchte Ziele */a:hover  { text-decoration: none; color: #FFFFFF;}   /* Verweise bei "MouseOver" */a:active  { text-decoration: underline; color: #FFFFFF;}  /* Angeklickte Verweise */body {    color: #FFFFFF;    background-color: #000000;    font-size: 11px;    margin: 0; padding: 0em 0;    text-align: center;  /* Zentrierung im Internet Explorer */    }
