/* 
 * CSS of SRX6.de 
 * Author:  Dirk C. Thomalla, 2001
 */

body, td, th { font-size:11px; background-color:#E0E0E0; color:#000000;
       font-family:Verdana,Arial,Helvetica,sans-serif; }
/*td:first-letter { font-size:125%; color:#800000 }*/

/* TAG <h[1-6]> */
h1, h2, h3, h4 { background-color: transparent; }
h1 { font-size:160%; }
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:110%; }
h5 { font-size:100%; }
h6 { font-size:100%; }

/* TAG: <a> */
a:link { color:#404040; text-decoration:none; }
a:visited { color:#404040; text-decoration:none; }
a:hover { color:#E00000; text-decoration:none; background-color:#FFFFFF}
a:active { color:#FFFFFF; text-decoration:none; background-color:#E04040}
a.an { color:#000000; text-decoration:none; }
