BODY {
	padding: 20 20 20 30;
	font-size: 16pt;
	font-family: 'Times New Roman';
}

/* regular DIV */
DIV {
	text-indent: 2em;
	padding-top: 4;
}

/* the first in a story */
DIV.first {
	text-indent: 2em;
	padding-top: 4;
}

DIV.first:first-letter {
	font-size: 220%;
	color: rgb(200,10,0);
}

/* a header of a story */
H1.sth {
	text-align: center;
	color: rgb(200,10,0);
	padding: 40 0 40 0;
}

/* an image at the top of story */
IMG.sth {
	text-align: center;
}

/* DIV for an image at the top of story */
DIV.imgstt {
	text-align: center;
	text-indent: 0;
	text-indent: 0;
}

/* DIV for an image at the bottom of story */
DIV.imgstf {
	text-align: center;
	text-indent: 0;
	padding: 40 0 40 0;
}

/* DIV for an image at the very bottom */
DIV.imgend {
	text-align: center;
	text-indent: 0;
	padding: 30 0 0 0;
}

/* the header of an app */
DIV.apph {
	text-indent: 0;
	padding: 20 0 7 0;
	font-style: italic;
	font-size: 130%;
	color: rgb(200,10,0);
	font-family: 'Times New Roman';
}

/* the header of a picture */
DIV.imgheader {
	padding: 0;
	text-indent: 0;
	font-weight: bold;
	color: red;
}

/* a footnote */
DIV.note {
	text-indent: 0;
	font-size: 80%;
	font-family: 'Times New Roman';
}

/* a table that contains an app */
TABLE.app {
	width: 80%;
	font-size: 12pt;
	font-family: Helvetica; /*, Arial; */
}

/* Вужик: */
TD.vuzh {
	/* background: url(img/p1app01.jpg); */
	background-repeat: repeat-y;
	padding: 0;
}
/* Доповнення: */
TD.app {
	padding: 0 20 0 20;
}

/* star */
SPAN.star {
	color: rgb(200,10,0);
}
