body
{
	font-family: helvetica, verdana, arial;
}

div
{
	text-align: left;
	padding: 2%;
}

div#center
{
	text-align: center;
	padding: 2%;
}

b
{
	color: rgb(191, 123, 36);
}

p
{
	font-size: 18px;
	color: rgb(255, 255, 255);
}

h1, h2, h3, h4
{
	color: rgb(191, 123, 36);
}

ul > li
{
	text-align: left;
	color: rgb(191, 123, 36);
}

frame
{
	border: 2px solid rgb(71, 46, 13);
}

a:link
{
    color: rgb(255, 255, 255);
	text-decoration: none;
}

a:visited
{
    color: rgb(255, 255, 255);
	text-decoration: none;
}

a:hover
{
    color: rgb(255, 255, 255);
	text-decoration: none;
}

a:active
{
    color: rgb(255, 255, 255);
	text-decoration: none;
}

a.zrodlo
{
	font-size: 18px;
}

table 
{
    border: 0px;
	font-size: 18px;
	color: rgb(0, 0, 0);
	background-color: rgb(200,200,200);
}

td
{
	padding: 10px; 
	vertical-align: middle;
	text-align: center;
	bgcolor: rgb(10, 10, 10);

}