a { color: black; } 
a { text-decoration: none }
A:hover {
color : #F0CE0D;
text-decoration : none;
font-family : tahoma, helvetica, sans-serif;
font-size : 11px;
}

body
{
  scrollbar-base-color: #F0CE0D;
  scrollbar-shadow-color: "white";
  scrollbar-darkshadow-color: #F0CE0D;
  scrollbar-arrow-color: "black";
  scrollbar-face-color: "white";
}

#tekst{
	color: black;
	text-decoration : none;
	font-family : tahoma, helvetica, sans-serif;
	font-size : 11px;	
}








