a {
	color: Blue;
	font-size: small;
	font-family: arial, sans-serif;
	text-decoration: none;
}
a:link {
	color: Blue;
	font-size: small;
	font-family: arial, sans-serif;
	text-decoration: none;
}
a:active {
	color: Blue;
	font-size: small;
	font-family: arial, sans-serif;
	text-decoration: none;
}
a:hover {
	color: White;
	font-size: small;
	font-family: arial, sans-serif;
	text-decoration: none;
	background-color: #ff0000;
}

body {
	color: #111111;
	font-size: small;
	font-family: arial, sans-serif;
	text-decoration: none;
}

body, textarea { 
	scrollbar-base-color:grey; 
	scrollbar-3dlight-color:black; 
	scrollbar-arrow-color:black; 
	scrollbar-darkshadow-color:grey; 
	scrollbar-face-color:white; 
	scrollbar-highlight-color:grey; 
	scrollbar-shadow-color:white; 
	scrollbar-track-color:white; 

} 


p {
	color: #111111;
	font-size: small;
	font-family: arial, sans-serif;
	text-decoration: none;
}

h1	{
	color: #111111;
	font-size: medium;
	border-bottom: 4px solid #000000;
	padding-bottom: 4px;
	margin-bottom:15px;
}

table, ta {
	color: #111111;
	font-size: small;
	font-family: arial, sans-serif;
	text-decoration: none;

}

table.rahmen {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}

