h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
#button img {
	padding: 10px;
	float: none;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
}

#tytul h1/* TEXT COLORS */
 {
	color:#005814;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	text-align: right;
	padding-right: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
h1, h2, h3, h4, h5 {
	color:#000000;
	}
h6 {
	color:#000000;
	}
#tekst p   {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#808073;
	}
a:hover   {
	color:#000;
	}	
#footer  a  {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	margin-top: auto;
	margin-bottom: auto;
	}

/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size: 14px
	line-height:1.25; /* on 15pt */
	margin-bottom:0.75em; /* 12pts of space */
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	border-collapse:collapse;
	font-size:0.8em;
	color: #000000;
	}
table th	{
	padding: .3em .5em .3em .5em;
	}
table td	{
	padding: .3em .5em .3em .5em;
	}
