body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #999;	
}
.container {
	width: 706px;
	background: #FFF;
	margin: 0 auto; 
}

.wystawa {
	height: auto;
	width: auto;
	top: auto;
	right: 90%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
	background-color: #FC9;
	font-size: 14px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top:0px;
	margin-bottom:0px;
	padding: 10px;
}
.h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	font-style: oblique;
	font-variant: normal;
	margin-left: 10px;
}
p {
	font-size: 16px;
	border-left-width: 20px;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
}
.top {
	background-image: none;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;

}

.txt {
	margin: 2%;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.left {
	text-align: left;
	font-size: 18px;
}

.right {
	text-align: right;
	font-size: 18px;
}

.thanks {
	margin-top:0px;
	margin-bottom:50px;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

.wystawaTxt {
	margin: 2%;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

table.tab {
	border-width: 1px;
	border-spacing: 2px;
	border-color: #ffffff;
	border-collapse: collapse;
	font-size: 13px;
	width: 670px;
}


table.result {
	border-width: 1px;
	border-spacing: 2px;
	border-style: dotted;
	border-color: #ffffff;
	border-collapse: collapse;
	font-size: 13px;
	width: 650px;
}
table.result th {
	border-width: 2px;
	padding: 1px;
	border-style: dotted;
	border-color: #808080;
	-moz-border-radius: ;
}
table.result td {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: #808080;
	-moz-border-radius: ;
}
a {
	color: #C00;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
