﻿.kop
{
	color:Black;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
}

.tekst
{
	color:Black;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
}

.tekst_bold
{
	color:Black;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
}

.tekst_italic
{
	color:Black;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	font-style:italic;
}

.tekst_highlight
{
	color:Black;
	font-family:Arial;
	font-size:14pt;
	font-weight:normal;
	font-style:normal;
	color:Red;
}