
 body {

scrollbar-arrow-color: #FF0000;
scrollbar-3dlight-color: #808080;
scrollbar-highlight-color: #FF0000;
scrollbar-face-color: #0000A0;
scrollbar-shadow-color: #808080;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #8080FF;
  font-family: Arial, Helvetica, sans-serif;
  background: #FFEFD5;
  }

h3 {
		text-decoration: underline overline;
	   color: #006400;
}

 a:link {
	text-decoration: none;
	color: Blue;
	}

a:visited {
	text-decoration: none;
	color: Blue;
}

a:hover {
	color: Red;
	text-decoration: underline;
	}

a:active {
	text-decoration: none;
	color: Red;
}

.bier {
	background-color: Yellow;
}
.weisswein {
	background-color: #33CC33;
}
.rotwein {
	background-color: #FF9999;
}

.mineral {
	background-color: #99CCFF;
}

.obst {
	background-color: #FFCC66;
}

.sprit {
	background-color: #FFFFCC;
}

