body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	color: Black;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: justify;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 100px;
	text-align: center;
}

td.mroz {
	padding: 3px 5px 3px 5px;
	font-size: 13px;
	letter-spacing: 1px;
	border: 1px solid Black;
	text-align: right;
	font-weight: bold;
}
td.menug {
	vertical-align: top;
}


a {
	text-decoration: none;
	color: Black;
}

a:hover {
	color: Gray;
}

