body, table, tr, td {
	font-family: times;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #FEF5C2;
}

p {
	font-family: times;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #FEF5C2;
}

span.inicjal {
	font-size: 22px;
	font-weight: bold;
}

span.header {
	font-size: 18px;
	font-weight: bold;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	font-family: times;
	font-size: 14px;
	color: #FEF5C2;
}
a:hover {
	text-decoration: underline;
	font-family: times;
	font-size: 14px;
	color: #FFFBE1;
}

span.footer {
	font-size: 9px;
	color: #F0E8CD;
}

a.menudolne, a.menudolne:link, a.menudolne:active, a.menudolne:visited {
	text-decoration: none;
	font-family: times;
	font-weight: bold;
	font-size: 16px;
	color: #F0E8CD;
}
a.menudolne:hover {
	text-decoration: underline;
	font-family: times;
	font-weight: bold;
	font-size: 16px;
	color: #F0E8CD;
}





input, textarea, select, option, button {
	text-decoration: none;
	font-family: times;
	font-size: 11px;
	color: #585858;
}
