/* Wie sollein Link dargestellt werden? */a:link{        color:"#A52021";        text-decoration:underline;}a:visited{        color:"#000000";        text-decoration:underline;}a:hover{        color:"#FF0000";        background="#EFF889";}/* Das ist die Grundeinstellung für alle Seiten*/body{        font-family: Comic MS sans, Bookman Old Style, Times New Roman, Times;        background-color: rgb(255,255,255);        color: rgb(0,0,102);}/* Einstellung für Tabellen*/table{        table-border-color-light: rgb(102,153,255);        table-border-color-dark: rgb(0,0,102);       }/* Einstellung für Absatz*/p{        color="#007D00";}/* Einstellungen für Überschriften*/h1, h2, h3, h4, h5, h6{        font-family: Bookman Old Style, Times New Roman, Times;}h1{        color: rgb(51,51,204);}h2{        color: rgb(0,153,51);}h3{        color: rgb(204,51,51);}h4{        color: rgb(51,0,204);}h5{        color: rgb(0,153,51);}h6{        color: rgb(204,51,51);}