body {
	background-color: #CCCCCC;
width: 100%;
height: 100%;}
.style1 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #006600;
}
.style1b {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #006600;
}
.podpis {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #990000;
}
.style2 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 55px;
	color: #990000;
}
.style3 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: xx-large;
	color: #990000;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	color: #996666;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
#Layer1 {
	position:absolute;
	top:25px;
	width:100%;
	height:77px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	top:123px;
	width:93%;
	height: auto;
	z-index:2;

}
#Layer3 {
	position:absolute;
	left:90%;
	top:37px;
	width:43px;
	height:43px;
	z-index:3;
}
