body {
	text-align : left;
	background-color : Black;
	margin-left : 5mm;
	margin-right : 5mm;
	margin-top : 0cm;
	color : #EEEEEE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	border-style : none;
	float : none;
}

textarea {
	font-family : Arial, Helvetica, sans-serif;
	color : #EEEEEE;
	background-color : #222222;
    border-width: 0pt;
}

input {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #222222;
	color : #EEEEEE;
    border-width: 0pt;
    border-color: black;
}

.center {
    text-align: center;
}

.red {
    color: red;
    background-color: inherit;
}

.gray {
    color: gray;
    background-color: inherit;
}

p {
	text-indent : 0em;
	text-align : justify;
}
 
p.right {
    text-align: right;
}
 
p.book {
	font-weight : normal;
}

p.book_hdr {
	color : teal;
    background-color: inherit;
	font-size : 10pt;
	text-align : left;
}

p.stopka {
	color : #DDDDDD;
    background-color: inherit;
	font-size : 8pt;
	text-align : left;
}

a.external,
a.wiki {
	text-decoration : none;
	color : #90EE90;
    background-color: inherit;
}

a {
	text-decoration : none;
	color : Yellow;
    background-color: inherit;
}

a:hover {
	text-decoration : underline;
}

a:active {
	color : Red;
    background-color: inherit;
}


h1 {
	font-weight : bold;
	color : #AAEEEE;
    background-color: inherit;
	font-size : 18pt;
}

h2 {
	font-size : 14pt;
	color : #88DDDD;
    background-color: inherit;
}

h3 {
	font-size : 12pt;
	color : #88DDDD;
    background-color: inherit;
}

ul {
	text-indent : 0pt;
	padding-left : 1em;
}

li {
	text-align : justify;
}

ul.gallery {
    list-style-type : none;
	margin-left : 5mm;
}

hr{
    color: yellow;
    background-color: yellow;
    border: 0;
    height: 1px;
	margin-top : 0cm;
	margin-bottom : 0cm;
}

strong
{
    color: yellow;
	font-weight : normal;
}
