BODY {

	background: white;

}

TABLE.tekst {
	font-family: Verdana;
	font-size: 14px;
	color: darkred;
	font-weight: normal;
}

.ramka {
	border: solid 1px black;
}

.form {
	border: solid 1px black;
	font-size: 11px;
}

A {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: darkred;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.naglowek {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: darkred;
	text-decoration: none;	
}

.naglowek_czarny {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;	
}

a.e_mail {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;	
}

a.e_mail:hover {
	text-decoration: underline;	
}

a.czerwony_bialy {
	background-Color: darkred;
	color: white;
}
	
a.czerwony_bialy:hover {
	background-Color: red;
	color: white;
	text-decoration: none;
}