/* Wolf's Thematic Index of the Works of the Great Composers */ /* katalog.css */ body, table, tr, td { font-size: 1em; font-family: georgia, 'times new roman', times, serif; line-height: 130%; margin-top: 0px; margin-bottom: 0px; } p { margin-top: 0px; margin-bottom:5px; padding: 0; } h1 { font-size: 200%; margin-top: 10px; margin-bottom: 5px; } h2 { font-size: 150%; margin-top: 10px; margin-bottom: 5px; } a { font-weight: bold; color: #0000ff; font-size: 1em; letter-spacing: 0.05em; text-decoration: none; } a:hover { background-color: Yellow; } table { border: none; } tr { margin: 5px 0; } td { padding: 3px 5px; } hr { color: #DDBA86; background-color: #DDBA86; }