table{
	color : white;
	font-family : arial;
	font-size : 10pt;
    }
td {
	color: white;
	valign: top;
   	vertical-align: top;
	marginheight: 0;
 	}
INPUT, SELECT, TEXTAREA {
	color: #000000;
	font-family: arial;
	font-size: 8pt;
	margin: 1;
	}
 
.klein
	{
	color : #838683;
	font-size : 8pt;
	}
.border{
	border-style: solid;	
	border-color: black;
	border-width: 1px ;
	}
.menu
	{
	font-size : 16pt;
	font-weight: bold;
	color: white;
	}	
.scroll{
	padding-left: 20;
	overflow-y: auto;
	width:100%;
	height:100%;
	}
A 	{
	color: white;
	text-decoration: none;
	
	}
A:HOVER 
	{
	text-decoration: underline;
	color: #cdd7de;
	}
h1{
	color: #96bbd6;
	font-size: 12pt;
	font-weight: bold;
}