<!-- 
#Rahmen {
  border-width:1px;
  border-style:solid;
  border-color:#008600;
 }
   
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #008600;
 	border-collapse:collapse
}
body {
	background-color: #fffce4;
}

a:link {
	color: #990004;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990004;
}
a:hover {
	text-decoration: underline;
	color: #FF0006;
}
a:active {
	text-decoration: none;
	color: #990004;
}
-->