
body, td, p, ul, ol, font
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}

.maly {
	font-size: 12px;	
}

.czerwony {
	color: red;	
}

.zielony {
	color: Green;
}


a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c71f1f;
	text-decoration: underline;
}


A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 14px;
	text-decoration: none;
} 

A.Box {
	font-size: 14px;
}

A.tytul {
	font-size: 16px;
}

.bb {
	color: red;
	font-weight: bold;
	margin-left: 1px;
	margin-right: 1px;
}

.BoxNazwa {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	margin-left: 20px;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 10px;
}

td.line {
border-bottom: 1px solid #999;
}

.BoxText {
	font-size: 16px;
	font-weight: bold;
	color: Black;
	
}

.BoxTekst {
	font-size: 14px;
	color: Black;
	
}

.BoxTekstPodswietlony {
	background-color: #F5DEB3;
}
	
.BoxTekstNaglowek {
	background: #E6E6E6;
	font-weight: bold;
	font-size: 18px;
}

.h30 {
	font-size: 14px;
	height: 30px;
	margin: 5px;
	padding: 5px;
}

.komunikat {
	background-color: #ffffff;
	border: 1px solid #999999;
	border-radius: 10px; 
	border-collapse: collapse;
	font-size: 14px;
	margin: 20px;
	padding: 20px;
}


.zapisz
{
	background-color : #000000;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	padding:10px 20px;
	text-decoration:none;
	margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-left: 2px;
}
