body {
	background-color: #FFFFFF; 
	color: #8e8e8e; 
	font-family: verdana;
	background-repeat: repeat-x;
	background-image: url("../images/img1.jpg");
}
h2 {
	color: #000000; 
	font-family: verdana; 
	font-size: 27px; 
	text-align: center;
}

table.tableSmokowiec {
	border-collapse: collapse;
	table-layout: auto;
}
/*class*/

span.redcolor{color: red;}

span.bluecolor{color: blue;}

span.greencolor{color: green;}

span.bold {font-weight: bold;}

span.formularz{font-size: 12px; font-family: verdana;}

p.centertext{text-align: center;}

/* div id*/

#redcolor{color: red;}

#bluecolor{color: blue;}

#greencolor{color: green;}

#righttext{text-align: right;}

#centertext{text-align: center;}

#lefttext{text-align: left;}

#justifytext{text-align: justify;}

#bold {font-weight: bold;}

#ramka {border: 1px solid;}

a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: blue;
	text-decoration:none;
}

a:active {
	background-color: blue;
	text-decoration:none;
}

a:hover {
	color: blue;
	text-decoration:none;
}


