.SPnnor{color:rgb(70,70,70);}
BODY{
	background-color:rgb(255,245,230);	/* !!! kolor ekranu */
/*	background-color:rgb(200,255,200);	/*     */
	}
DIV{
	border:0px solid rgb(130,125,90);	/* !!! kolor obramowań */
/*	border:0px solid blue;           	/*     */
	background-color:white;					/* !!! kolor tła */
/*	background-color:burlywood;					/*     */
	}
DIV.DVmenuHor{
	background-color:rgb(205,195,155);	/* !!! kolor menu poziomego */
/*	background-color:pink;					/*     */
	}
DIV.DVmenuVer{
/*	background-color:coral;					/* !!!  kolor tła menu pionowego */
	}
DIV.DVokno{
	color:rgb(70,70,70);						/* !!! kolor tekstu w OKNO */
/*	color:magenta;								/*     */
/*	border:1px solid peru;					/*     */
/*	background-color:wheat;					/*     */
	}
A      {text-decoration:none; color:black;}
A:hover{text-decoration:underline; color:black;}