html {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
h1{
	font-size: 20pt;
}
h2, h3 {
	font-size: 15pt;
}
img, #sidebar,#box1, #menu, #logo-ml {
	display: none;
}
a {
	color: Black;
}
/* Nastavení formuláře */
label {
	width: 240pt;
	float: left;
	clear: left;
	line-height: 20pt;
}
input {
	width: 420pt;
	float: right;
	border: none;
	clear: right;
	line-height: 20pt;
}
fieldset {
	padding: 10pt;
}