BODY,
TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}
H3 {
	font-family : Verdana;
	font-style : normal;
	font-weight : bolder;
	height : 30px;
	color : Red;
}

A {
	text-decoration: none;
	font-size: 11px;
	color: #4B2F18;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	
}

A:HOVER {
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	color: Green;
}


H1 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	letter-spacing: normal;
	color: Black;
	background-color: Teal;
}
H2 {
	color : Black;
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	letter-spacing : 2px;
}
H4 {
	font-family : Verdana;
	font-size : 30px;
	font-style : normal;
	font-weight : bolder;
	letter-spacing : 7px;
	color : Green;
}
.male {
	font-family : Verdana;
	font-size : 9px;
	font-style : normal;
	letter-spacing : 1px;
	color : Black;
}
A.nowe {
	text-decoration: none;
	color: Red;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	background: White;
}
A.nowe:HOVER {
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	background: Green;
}