I
   {
	font-size: 13px; 
	font-family: arial; 
	font-style: oblique; 
	font-weight: bolder; 
	color:red;
   }

p.tekst 
	{ 
	color: black; 
	font-size: 11px; 
	font-family: arial; 
	line-height: 14px;
} 

p.minitekst
	{ 
	color: black; 
	font-size: 9px; 
	font-family: arial; 
	font-style: oblique; 
	line-height: 9px;
} 

a:link { text-decoration: none;
				color: blue;
}
	
a:visited { text-decoration: none;
				color: blue;
}

a:hover { text-decoration: none;
				color: red;
}

a:active { text-decoration: none;
				color: 710C44;
}


