﻿.tekst {
	font: 12px arial;
	color: #333333;
}
a:visited,
a:link {
	font: 12px arial;
	color: #04ACE3;
	font-weight:bold;	
}
.title{
  font: 14px arial;
  text-indent:20px;
  color: #04ACE3;
  font-weight:bold;				
}
body{
  background-color:#E8E8E8;
}

ul{
	font: 12px arial;
	color: #333333;
 list-style-type:square;
 margin-right:0px;		
}
ol
{
	font: 12px arial;
	color: #333333;
 list-style-type:decimal;
 margin-right:0px;								
}
p{
	font: 12px arial;
	color: #333333;			
}
img{
 border-width:0;
}


