body {
scrollbar-face-color: transparent;
scrollbar-track-color: transparent;
scrollbar-arrow-color: #B61721;
scrollbar-highlight-color: silver;
scrollbar-shadow-color: #silver;
scrollbar-3dlight-color: ffffff;
scrollbar-darkshadow-color: ffffff;
  
link: #808080;
vlink: #808080;
alink: #B61721;
text: #808080;
bgcolor: #ffffff;

font-family: Arial;
font-size: 10px;
  }

input {
color:#808080;
font-size:10px;
border: #808080;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: #ffffff;
}

textarea {
color:#808080;
font-size:10px;
border: #808080;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: #ffffff;
}
div {
	font-weight: normal;
	color: #808080;
	text-decoration: none;
	clear: both;
}
/* Links */
a:link {
color: #808080;
}

/* Links beim Überfahren mit der Maus */
a:link:hover {
color: #B61721;
}

/* besuchte Links */
a:visited {
color: #808080;
}

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover {
color: #B61721;
}

</style>