@media screen {	body {  margin: 0; padding: 20;  background-color: #6396fe;  color: white;  font: Arial CE, Helvetica, Sans-Serif;  border: 0;  text-align: center;	}	#page {	margin: 5px;	border: none;	width: 580px;	}	#header, #content, #navigation {  padding: 0em;	}	#header {  border-bottom: none;  background-color: white;  color: black;  text-align: left;	}	#content {  text-align: center;  font-size: 100%;	}	#navigation {  border-top: ;  background-color: white;  font-size: 90%;	}	h1 {  font-size: 1.6em;  margin: 0 0 0.25em;	}	h2 {  font-size: 0.9em;  margin: 0 0 0.25em;	}	p {	margin: 0 0 0.25em;	}	ul {	list-style-type: disc;	}	.cislo {  list-style-type: decimal;	}	.pismeno {  list-style-type: lower-alpha;	}	a {	color: blue;	font-weight : bold;	}}@media print {  body {  margin: 0; padding: 0;  background-color: white;  color: black;  font: 1em serif;  border: 0;	}	#page {	margin: 5px;	border: 0;	}	#header, #content, #navigation {  padding: 0.25em;	}	#header {  border-bottom: solid 2px black;  color: black;  text-align: left;	}	#content {  text-align: left;	}	#navigation {  display: none;	}	h1 {  font-size: 1.6em;  margin: 0;	}	h2 {  font-size: 1.2em;  margin: 0;	}	p {	margin: 0 0 0.25em;	}	ul {	list-style-type: disc;	}	a {	color: blue;	font-weight : bold;	}}
