a:link {
color: #3333CC;
	text-decoration: none;
}
a:visited {
color: #3366FF;
	text-decoration: none;
}
a:active {
color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #3366FF;
	text-decoration: blink;
	font-weight: bolder;

}
body, textarea {
  scrollbar-base-color:#FFCC00; /*rand links und oben*/
  scrollbar-3d-light-color:#FFFFCC;
  scrollbar-arrow-color:#FFFFCC; /*pfeile*/
  scrollbar-darkshadow-color:#FFCC00; /*rand rechts und unten*/
  scrollbar-face-color:#FFFFCC; /*balken und pfeilhintergrund*/
  scrollbar-highlight-color:#FFCC00; /*rand links und oben*/
  scrollbar-shadow-color:#FFCC00; /*rand rechts und unten*/
  scrollbar-track-color:#FFFFCC; /*balken hintergrund*/
}