/* CSS Document */

body {background-color: #ffffff;}

.tekst {	 color: #000000;
	 font-family: Verdana;
   font-size: 10px;
  text-decoration: none;}


  a:link	
  {
	 color: #000000;
	 font-family: Verdana;
   font-size: 10px;
  text-decoration: none;
  }

  a:visited	
  {
	
	 color: #000000;
	 font-family: Verdana; font-size: 10px;
	 text-decoration: none;
  }
  a:hover	
  {
    color: #960014;
	 font-family: Verdana; font-size: 10px;
	 text-decoration: underline;
  }

  a:active
  {
	 color: #960014;
	 font-family: Verdana; font-size: 10px;
	 text-decoration: none;
  }
