BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	background-color: silver;
}

A {
	font-weight: normal;
	text-decoration: none;
	color: darkblue;
}

A:active {
	color: red;
}

A:visited {
	color: darkblue;
}

A:link {
	color: darkblue;
}

A:hover {
	color: red;
	text-decoration: underline;
}

H1 { 
	font-size: 16pt; 
	font-weight: bold;
}

H2 { 
	font-size: 14pt; 
	font-weight: bold;
}

H3 { 
	font-size: 12pt; 
	font-weight: bold;
}

H4 { 
	font-size: 10pt; 
	font-weight: bold;
}

P {
	text-align: justify;
}

TD.info {
	border: 2px solid red;
	text-align: center;
	color: red;
	background: white;
	font-weight: bold;
	padding: 20px;
}

TD.ok {
	border: 2px solid green;
	text-align: center;
	color: green;
	background: white;
	font-weight: bold;
	padding: 20px;
}

TD {
	font-size: 10pt;
	margin: 15px;
}

TD.r {
	text-align: right;
}

TH {
	font-size: 10pt;
}

TD.data {
	font-size: 8pt;
	text-align: center;
}

TH.data {
	font-size: 8pt;
	text-align: center;
}

TD.pkt {
	font-size: 10pt;
	text-align: center;
}

TH.pkt {
	font-size: 10pt;
	text-align: center;
}

TH.title {
	font-size: 20pt;
	text-align: center;
}

TD.nazwa {
	font-size: 10pt;
}

#data {
	margin-top: 2px;
	margin-left: -10px;
	font-size: 10px;
	color: black;
	text-align: left;
	font-family: Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica;
}

#copy {
	margin-top: 0px;
	margin-right: -10px;
	font-size: 10px;
	color: black;
	text-align: right;
	font-family: Tahoma, Verdana, MS Sans Serif, Arial CE, Arial, Helvetica;
}

A.menu {
	font-weight: bold;
	text-decoration: underline;
}

TABLE.menu {
	font-size: 12pt;
	font-weight: bold;
	background-color: #ffcc00;
	border: 0;
	width: 100%;
}

TD.selected {
	background-color: #ffffcc;
}

TABLE.main {
	background-color: #ffffcc;
}

TD.src {
	font-size: 8pt;
	font-family: Courier New, Courier;
	color: gray;
}

TABLE.news {
	background-color: #ffcc00;
}

TH.news {
	text-align: left;
	padding: 5px;
}

TH.newsdate {
	font-size: 8pt;
	text-align: right;
	color: white;
	padding: 5px;
}

TD.news {
	background-color: white;
	text-align: justify;
	padding: 10px;
}

TD.nagrody {
	background-color: white;
	padding: 20px;
}


TD.werbung {
	background-color: white;
	text-align: center;
}

A.punkty {
	text-decoration: none;
	color: black;
}

A.punkty:active {
	color: white;
}

A.punkty:visited {
	color: black;
}

A.punkty:link {
	color: black;
}

A.punkty:hover {
	color: white;
	text-decoration: underline;
}

A.login {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

A.login:active {
	font-weight: bold;
	color: white;
}

A.login:visited {
	font-weight: bold;
	color: black;
}

A.login:link {
	font-weight: bold;
	color: black;
}

A.login:hover {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

HR.krecha {
	width: 468px;
	border: 1px solid;
	color: #ffcc00;
	background-color: #ffcc00;
}

