/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #C9F1C9;
	color: black;
	margin: 5;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: green;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}


div#srodek  {
 width: 90%;
 margin-left: auto;
 margin-top: 5px;
 margin-right: auto;
 margin-bottom: 5px;
 }

div#srodekh2 {
margin: 0 0 2px 0;
padding: 12px ;
font-size: bold 20px; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
border:2px solid green; 
text-align: center;
}

div.p {
   width: 90%;
	 border: none;
	 text-align: justify;
	}