/* CSS Document */

<!--
body,td,th {
	color: #00242F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	background-image: url(images/bkgd.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #FEF9D1;
}
.content-bkgd {
	background-image: url(images/danuta-05.jpg);
	background-position: top;
	background-color: #FEF9D1;
	background-repeat: no-repeat;
}
.footer_bkgd {
	background-image: url(images/danuta-07.jpg);
	background-repeat: repeat-x;
}


a:link {
	color: #004356;
}
a:visited {
	color: #004356;
}
a:hover {
	color: #73C3DC;
}
a:active {
	color: #004356;
}


#footer { 
color: #FEF9D1;
font-size: 10px;
}

#footer a:link {
	color: #FEF9D1;
	text-decoration: none;
}
#footer a:visited {
	color: #FEF9D1;
	text-decoration: none;
}
#footer a:hover {
	color: #FEF9D1;
	text-decoration: underline;
}
#footer a:active {
	color: #FEF9D1;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 22px;
	color: #4D4739;
	font-weight:lighter;
}
h2 {
	font-size: 16px;
	color: #004356;
}


hr {
	border: thin dotted #73C3DC;
	

}
