.menu { font-family: Arial, Helvetica, sans-serif;
		 font-size: 14px; color: white; }
	
table.menu { background-color: silver;  }

a.menu:link { text-decoration: none; color: white; }
a.menu:hover { text-decoration: none; color: white; font-weight: bold; }
a.menu:visited { text-decoration: none; color: white; }


a:link { text-decoration: underline;  color: black }
a:hover { text-decoration: none;  color: black; font-weight: bold;}
a:visited { text-decoration: underline;  color: black }


td.menu { height: 25px; background-color: gray; }

.titel { background-color: black; color: white; font-size: 18px; height: 40px; }

.footer { background-color: gray; color: white; font-size: 10px; height: 40px; text-align: right}

BODY { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }


