body,table,td,tr,div,p,pre,h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;	
	margin: 10px;
	letter-spacing: 1px;
	line-height: 26px;
}
image {
	margin: 0px;
	margin-left: 0px;
	line-height: 0px;
	border: 0px;
}

body, td,div,p,pre {
	font-size: 11px;
	line-height: 16px;
	color: Black;
	margin-left: 10px;



}
ul,li {
	font-size: 11px;
	line-height: 16px;
	color: Black; 
	margin-left: 12px; }
body{
	scrollbar-base-color: gray; /* Basisfarbe der Scroll-Leiste */
	scrollbar-3dlight-color: silver; /* Farbe für 3D-Effekte */
	scrollbar-arrow-color: white; /* Farbe für Verschiebepfeile */
	scrollbar-darkshadow-color: gray; /* Farbe für Schatten */
	scrollbar-face-color: #F7921E; /* Farbe für Oberfläche */
	scrollbar-highlight-color: gray; /* Farbe für unteren und rechten Rand */
	scrollbar-shadow-color: gray; /* Farbe für oberen und linken Rand */
	scrollbar-track-color: gray; /* Farbe für freibleibenden Verschiebeweg */
	background-color:#F79239;
}
.text{
	color: Black;
	font-size: 9px; margin-left: 10px; margin-right: 11px;
	
}
.small{
	color: Black;
	font-size: 9px;
 letter-spacing: 0px; margin-left: 5px; margin-right: 10px;
}
.mini{
	color: Black;
	font-size: 9px;
	line-height: 10px; letter-spacing: 1px;
}
button {
	background-color : Aqua;
	 font-family: verdana; font-size: 15px; color: red;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bolder;
	letter-spacing: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: bold;
	letter-spacing: 0px;
	list-style-position: inside;
	list-style-type: disc;
	white-space: normal; margin-left: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Black;
	font-weight: normal;
	letter-spacing: 0px;
	list-style-position: inside;
	list-style-type: disc;
	white-space: normal;
}
a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bolder;
	letter-spacing: 1px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover{
	color: Gray;
}
