p, a, td, input, textarea, select, checkbox {
	font-size:8pt;
	font-family:verdana, arial;

}

.point:link { color:rgb(25,51,143); text-decoration:none; font-weight:bold; font-size:8pt;}
.point:visited { color:rgb(25,51,143); text-decoration:none; font-weight:bold; font-size:8pt;}
.point:hover { color:rgb(255,255,255); text-decoration:none; background-color:rgb(25,51,143); font-weight:bold;}
.point:active { color:rgb(255,255,255); background-color:rgb(102,102,102); font-weight:bold;}

.unten {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(0,0,0);
  
}
button{
	font-size:8pt;
	font-weight:bold;
	background-color:rgb(150,150,250);

}
select, input, textarea{
	font-size:8pt;
	background-color:rgb(249,255,168);

}
body{
  scrollbar-base-color:rgb(50,50,250);
  scrollbar-3dlight-color:rgb(249,255,168);
  scrollbar-arrow-color:rgb(50,50,250);
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:rgb(249,255,168);
  scrollbar-highlight-color:rgb(50,50,250);
  scrollbar-shadow-color:rgb(50,50,250);
  scrollbar-track-color:rgb(249,255,168);
}