DIV.DVokno H3{
	margin:20px 10px 10px 10px;
	border-bottom:1px solid rgb(130,125,90);/* !!! kolor obramowań */
/*	border-bottom:1px solid skyblue;        /*     */
	
/*	background-color:rgb(233,231,231); color:rgb(146,146,146);/* !!! */
	}
DIV.DVkom{
	width:600px; height:360px;
	position:relative;
	top:10px; left:10px;
	font-size:13px;
	line-height:18px;/* wysokość linii tekstu*/

/*	border:1px solid green;	background-color:lightcyan;/* !!! */
	}
DIV.DVkom UL{
	padding:0px 60px 0px 60px; margin:0px;
	font-size:11px; line-height:18px;/* !!! */
	font-style:italic;		/*     */
	font-weight:bold;			/*     */
	list-style-type:disc; list-style-position:outside;
/*	list-style-type:disc;	/*     */

	color:rgb(128,32,32);	/*     */
/*	background-color:yellow;/* !!! */
	}