/* Überschrift */ .title { font-family: Arial, Helvetica; font-size: 24px; font-weight: bold; color: #000000; } /* Anderes */ td { font-family: Arial, Helvetica; font-size: 10pt;} /* Inhalt */ .ivgcontent { margin: 10px; } a:link, a:active, a:visited, a:hover { color: blue; } a:hover { color: red; }