body {
	font-size: 80%;
	font-family: Arial;

}
H1 {
	font-weight: bold; 
	font-size: 100%;
	font-family: Arial;
}

H2 {
	font-weight: bold; 
	font-size: 80%;
	font-family: Arial;
}

.cH2 {
	font-weight: bold; 
	font-size: 80%;
	font-family: Arial;
}

H3 {
	font-weight: bold; 
	font-size: 70%;
	font-family: Arial;
}

td {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 80%;
}

A.lnk:link {
	text-decoration: none; color: #000000;
}
A.lnk:visited {
	text-decoration: none; color: #000000;
}
A.lnk:active {
	text-decoration: none;  color: #000000;
}
A.lnk:hover {
	text-decoration: none; color: #000000;
}

A:link {
	text-decoration: underline;
	color: blue;
}
A:visited {
	text-decoration: underline;
	color: blue;
}
A:active {
	text-decoration: underline;
	color: blue;
}
A:hover {
	text-decoration: underline;
	color: blue;
}

.cell {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #000000;
	PADDING-TOP: 3px;
	BACKGROUND-COLOR: #ffffff;
}

.knopka {
	font-family: Arial, Helvetica, sans-serif;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-LEFT: medium none;
	COLOR: #000000;
	PADDING-TOP: 3px;
	PADDING-BOTTOM: 3px;
	BORDER-BOTTOM: medium none;
	BACKGROUND-COLOR: #cdcdcd;
} 

.cell2 {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #000000;
	PADDING-TOP: 3px;
	BACKGROUND-COLOR: #ffffff;
}