
/*font tekstu głownego na stronie*/

.tekst {
	text-align : justify;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 12px;
	line-height: 16px;
	letter-spacing : normal;
	word-spacing : -1 px;
	margin-left : 30px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right : 30px;
}	

.tekst a {
	color: Maroon;
	text-decoration: none;
}
.tekst a:hover {
	color: Red;
	text-decoration: underline;
}

.tytul_brown {
	text-align : center;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color : #A52A2A;
	font-size : 14px;
	line-height: 16px;
	letter-spacing : normal;
	word-spacing : -1 px;
	margin-left : 30px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right : 30px;
}	

.tytul_brown a {
	color: #A52A2A;
	text-decoration: none;
}
.tytul_brown a:hover {
	color: Red;
	text-decoration: underline;
}

.brownB {
	text-align : justify;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color : #A52A2A;
	font-size : 12px;
	line-height: 16px;
	letter-spacing : normal;
	margin-left : 30px;
	margin-right : 30px;
	font-weight : bold;
}	

.czerwony{
	text-align : justify;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color : red;
	font-size : 12px;
	line-height: 16px;
	letter-spacing : normal;
	margin-left : 30px;
	margin-right : 30px;
}	

.brak {
	text-align : justify;
	font-family: Arial, Helvetica, sans-serif;
	color : Red;
	font-size : 12px;
	line-height: 18px;
	letter-spacing : normal;
	font-weight : bold;
}	

.ramka{
	border : 1px solid #616161;
	margin-top : 20px;
	margin-bottom : 20px;
	margin-right : 15px;
}

