/* Schrift im Body Tag */
body
{ 	font-family: "Trebuchet MS";
	font-size: 8pt;		}


/* Schrift in Tabellen und Listen */
ul,ol,li,td,th
{ 	font-family: "Trebuchet MS";
	font-size: 8pt;		}


/* Links */
a:link { color:#730106; text-decoration:underline; }
a:visited { color:#730106; text-decoration:underline; }
a:active { color:#730106; text-decoration:underline; }
a:hover { color:#909090; text-decoration:none; }


/* Formularfelder */
input, select, textarea
{ 	font-family: "Trebuchet MS";
	font-size: 8pt;		
				}
