* {font-family: Arial, Arial CE; font-size: 10pt; color: #990000; background: #FAE7CB}

<!-- KUPCY
testy:
Backgroud: #FADCA5 #FFE4C1 #FDE2BB #FADCA5
Linki: #E46B00
 -->

a:link {
	text-decoration: none;
	color: #CC6300;
	font-weight: bold;
}



html>body a:link {
	text-decoration: none;
	color: #CC6300;
	font-weight: bold;
}
/*Firefox*/



a:visited {
	text-decoration: none;
	color: #CC6300;
	font-weight: bold;
}


a:hover {
	text-decoration: underline;
	color: red;
	font-weight: bold;
}



html>body a:hover {
	text-decoration: underline;
	color: red;
	font-weight: bold;
}
/*Firefox*/



th {
	color: white;
	background: #E46B00;
	text-align: left;
}

td {
	text-align: justify;
}

hr {
   color: #CC6300;
}