body	{
	text-align: center;
}
table	{
/*	width: 100%;*/
	height: 100%;
	margin: auto;
}
td	{
	
}
div	{
	border: 1px solid #c00000;
	padding: 20px;
	background-image: url(/images/podklad/backchyba.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
h1	{
	font-size: 1.5em;
	margin: 0px 0px 15px 0px;
	padding: 0px 55px 0px 0px;
	white-space: nowrap;
	background-image: url(/images/ikony/warning.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
h3	{
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}
ul, ol	{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
li	{
	margin: 0px 0px 0px 20px;
	font-size: 0.8em;
}
a:visited	{
	color: #6495ED;
}
a:link	{
	color: #4169E1;
}
a:hover	{
	color: Silver;
}