table
{
	border-top: thin solid gainsboro;
	border-left: thin solid gainsboro;
	border-right: thin solid gainsboro;
	border-bottom: thin solid gainsboro;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 20px;
	margin-top: 20px;
	background: White;
}

body, td 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 10px 10px 10px 10px;
	color: Navy;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
}

h2
{
	text-align: center;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-family: "Book Antiqua",Times, serif;
	font-weight: bold;
	font-style: oblique;
	font-variant: small-caps;
	color: Navy;
}
p {
	text-align: justify;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	color: Navy;
}

ul {
	text-align: left;
	list-style-image: url(obrazki/bullet.gif) square none; 
	list-style-position: outside;
}

ol {
	text-align: left;
	list-style-image: url(obrazki/bullet.gif);
}


li {
	text-align: justify;
	list-style-position: outside;
	white-space: normal;
	line-height: 25px;
}
A {
	COLOR: #cc0000;
	TEXT-DECORATION: underline;
}

A:hover {
	COLOR: #900;
	TEXT-DECORATION: none;
}

dt {
text-align: justify;

}

