<html>
<head>
<title> 21 </title>
<script type="text/javascript">
function setStyle(obj){
obj.style.backgroundColor = '#E66043';
obj.style.color = '#000000';
}
function resetStyle(obj){
obj.style.backgroundColor = '#005CA2';
obj.style.color = 'white';
}
</script>
<style type="text/css">
body {
background-color:#e66043;
}
td{
font-family:verdana;
font-size:14px;
color:#ffffff;
font-weight:bold;
background-color:#005CA2;
}
a:link, a:visited, a:active{
color:#ffffff;
text-decoration:none;
}
a:hover{
color:#000000;
}
table{
border-collapse:collapse;
border-color:#000000;
}
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="1176" id="AutoNumber1">
<tr>
<td onmouseover='setStyle(this)' onmouseout='resetStyle(this)' width="69" align="center">
<a href="aktive.htm" style="text-decoration: none">Aktive</a>
</td>
<td onmouseover='setStyle(this)' onmouseout='resetStyle(this)' width="75" align="center">
Passive
</td>
<td onmouseover='setStyle(this)' onmouseout='resetStyle(this)' width="142" align="center">
Ehrenmitglieder
</td>
<td onmouseover='setStyle(this)' onmouseout='resetStyle(this)' width="1922" align="center">
</td>
</tr>
</table>
</body>
</html>