/*standart def.*/
body, h1, h2, h3, th, td, sup {
font-family:Verdana, Helvetica, Arial;
font-style:normal;
color:#000000;
}

h3, body, th, td, sup, span.test {
font-size:10pt;
}

h2 {
font-size:12pt;
}

h1 {
font-size:14pt;
}

/*link farben def., nicht unterstrichen*/
a:link {color:#0000FF; text-decoration:none;}
a:visited {color:#0080FF; text-decoration:none;}
a:active {color:#FF0000; text-decoration:none;}

/*text fett*/
em, b {
font-weight:bold;
}