BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
}

A {
	text-decoration: none;
	color: Green;
	font-weight : bold;
}
A.blue {
	text-decoration: underline;
	color: Blue;
	font-weight : bold;
}
A:Hover {
	text-decoration: underline;
	color: red;
}
A.blue:Visited {
	text-decoration: underline;
	color: blue;
}

P {
	font-size : 12pt;
	font-weight : bold;
}
.tekst {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
	font-weight : normal;
	margin-left : 20px;
}
.hint{
	margin-left : 20px;
	font-size: 7pt;
	font-weight : normal;
}
