body{
	font-family: Arial;
	color: black;
	margin: 0px;
	padding: 0px;
	background-color: #fff0e9;
}

a       { color: #a00000; text-decoration:none; }
a:hover	{ color: #e00000; text-decoration:underline; }
a.whte:hover,
a.whte	{ color: #ffffff; text-decoration:underline; } /* download link */


TABLE.bor      { border: none; border-collapse: collapse; }
TD.bor, TH.bor { border: solid 1px #a0a0a0; }

.bg1 { background-color: #fff9e7; }
.bg2 { background-color: #fffdf7; }
.pop { font-weight: bold; padding-left: 2px; padding-right: 4px; }

.hdr { background-color: #990000; color: white; font-weight: bold; font-size: smaller; }

.prgBox { border: 1px solid #804020; background-color: #fffff0; }

.Bred { border: 1px solid #990000; }

/* skoro neviditelne */
.bgBar { color: #EEEEaa; font-size: x-small; text-align: center; }

UL.no,
OL.no	{ margin-left: 2em; padding-left: 0px; margin-top: 0px; margin-bottom: 0px; }
LI.m	{ padding-bottom: 16px; }

/* reklama na PayPopup */
a.cyan:hover
	{ color:#A0EBFB; }
a.cyan	{ color:#00CFFB; }

/* download box include (nie URL) */
.inclDown {
	margin: 15px;
}
.inclDown a {
	background-color: green;
	color: white;
	text-decoration: underline;
	padding: 10px;
	font-weight:bold;
	font-size: larger;
}
.inclDown a:hover {
	background-color: #00e000;
}

