body {
	background-color: White;
	color: Black;
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

h1 {
	color: #005179;
  font-size: xx-large;
}

h2 {
	color: #006699;
  font-family: sans-serif;
  font-size: x-large;
}

h3 {
  font-family: sans-serif;
  font-size: x-large;
  padding: 5px;
}

h4 {
  font-family: sans-serif;
  font-size: large;
  font-style: italic;
}

h5 {
  font-family: sans-serif;
  font-size: large;
  font-variant: small-caps;
}

th {
	color: White;
	background-color: #337395;
	border-top-color: #99B9C9;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

th a:link, th a:visited {
	color: White;
	text-decoration: none;
}

th a:active, th a:focus, th a:hover {
	color: White;
	text-decoration: underline;
}

a:link, a:visited {
	color: #990000;
}

a:active, a:focus, a:hover {
	color: Red;
}

acronym {
	border-bottom-color: Blue;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	cursor: help;
}

code {
	color: Red;
}

kbd {
	border-bottom-color: #BDB76B;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #EEE8AA;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #BDB76B;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #EEE8AA;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #F5F5DC;
	color: Black;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	font-weight: bold;
	font-family: sans-serif;
}

pre {
	color: Blue;
	page-break-inside: avoid;
}

pre.err {
	color: Fuchsia;
}

var {
	font-style: italic;
	text-decoration: underline;
}

/* -------------------- klasy -------------------- */

.navi {
	background-attachment: scroll;
	background-color: #C0D2DC;
	background-image: url(menu.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: White;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border-bottom-color: #CCD0D2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #669999;
	border-top-style: solid;
	border-top-width: 1px;
}

.navi a:link, .navi a:visited {
	color: Black;
	text-decoration: none;
}

.navi a:active, .navi a:focus, .navi a:hover {
	color: Blue;
	text-decoration: underline;
}

