@charset "utf-8";
/* CSS Document */

@font-face {font-family: ChampagneLimousines; font-weight: bold; font-style:italic; src: url('fonts/cl_bi.ttf');}
@font-face {font-family: ChampagneLimousines; font-weight: bold; src: url('fonts/cl_b.ttf');}
@font-face {font-family: ChampagneLimousines; src: url('fonts/cl.ttf');}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DBD2A6;
}


.naglowek {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #7A2B2A;
	font-family: ChampagneLimousines;
	line-height: 40px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	
}

.naglowek a:link {
	color: #;
}
a:link {
	color: #792B29;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #792B29;
}
a:hover {
	text-decoration: underline;
	color: #792B29;
}
a:active {
	text-decoration: none;
	color: #792B29;
}
a {
	font-weight: bold;
}

p, ul{
	font-family: ChampagneLimousines;
	font-size: 20px;
	margin: 20px;
	line-height: 30px;
	text-align: center;
}
img
{  border-style: none;
}
.stopka {
	text-align: center;
	color: black;
	font-family: ChampagneLimousines;
	font-size: 17px;
	margin: 20px;
	line-height: 30px;
}
