a.przycisk {
	border-style: solid;
	border-color: #d1c083 #987f49 #987f49 #d1c083;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A65300;
	text-align: center;
	line-height: 1.7em;
}

a:link.mc {
	color: Black;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	width: 100px;
	background-image: url(link-a.jpg);
}

a:link.przycisk { color: #FFFFFF; }

a:visited.mc {
	color: Black;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	width: 100px;
	background-image: url(link-a.jpg);
}

a:visited.przycisk { color: #FFFFFF; }

a:hover.mc {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	border-bottom-style: double;
	border-bottom-color: #4B0082;
	width: 100px;
	color: #000000;
}

a:hover.przycisk { color: #aaa; text-decoration: none; }

a:active.mc {
	color: Black;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	border-bottom-style: solid;
	border-bottom-color: #C3AE83;
	width: 100px;
	background-image: url(link-a.jpg);
}

a:active.przycisk {
	color: #FFFFFF;
	border-color: #987f49 #d1c083 #d1c083 #987f49;
}

article { background: #e2d9ca; }

article, header {
	border: 1px solid #C90;
	padding: 15px;
	margin: 5px 0;
	border-radius: 14px;
}

body {
	margin: 20px auto;
	min-width: 400px;
	max-width: 1000px;
	font-size: 13px;
	background-color: #eaf5f8;
	background-image: url(../tlo.jpg);
	color: black;
}
h1 {
	font-size: 26px;
	margin: 6px 5px 8px 5px;
	text-align: center;
	color: white;
	background-color: #6b593b;
	padding: 5px;
	border-radius: 12px;
}
h2 { font-size: 20px; margin-top: 8px; margin-bottom: 8px; }
h3 { font-size: 16px; color: #660000; text-align: center; }
h4 { font-size: 14px; }

header {
	text-align: center;
	color: #F6FFD4;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 16px;
}

p { font-size: 14px; }

article>p:first-of-type::first-letter {
	font-size: 32px;
	font-weight: bold;
	color: maroon;
	float: left;
}

p.opis {
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 19px;
	font-size: 9px;
	font-style: normal;
}
img { 
	max-width:100%; 
	height:auto; border:0
	}
code {
	color: white;
	padding: 0 2px;
	background-color: #a65300;	
	border-radius:5px;
}
code, pre {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
pre {
	display: block;
	line-height: 0.7em;
	font-size: 13px;
	background-color: white;
	border: #cc9900 solid 1px;
	border-radius:0 25px 0 25px;
	padding: 20px 5px;
	}
pre>code {
	color: #5c2f0e;
	white-space: pre;
	background-color: transparent;
}

.just { text-indent: 22px; text-align: justify; }

.muszt {
	line-height: 150%;
	font-family: "Times New Roman";
	color: #808000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

.tresc { border-radius: 12px; background: #FFC; padding: 3px; }
blockquote {
 background-color: #e9ddcc;
 font-style: italic;
 padding: 8px;
}
table {
  border-collapse: collapse;
  width: 100%;
  background: white;
}
th, td {
  text-align: left;
  padding: 3px;
}
tr:nth-child(even) {background-color: #f2f2f2;}

.gwiazdka {list-style-type: none;}
.gwiazdka li::before 
{
  content: '\2605   ';
  color: Highlight;
}
