body{
 
background-color:#F0FFFF;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center center;

}

h1{
color:#013220;
background-color:#1FCECB;
position:center center;
padding: 20px 20px 20px 80px;
border-width: 5px;
border-style: outset;
border-color: 1974D2;
font-family:"Times New Roman", arial, serif; 
font-style:italic;
font-weight:bold;
font-size:40px;
text-align:center;
}

h2{
color:#013220;
background-color:#ACE5EE;
border-width: 4px;
border-style: outset;
border-color: 1974D2;
font-family: arial, serif; 
font-size:25px;
text-align:center;
}

h3{
color:#013220;
background-color:#1FCECB;
position:center center;
padding: 20px 20px 20px 80px;
border-width: 5px;
border-style: outset;
border-color: 1974D2;
font-family:"Times New Roman", arial, serif; 
font-style:italic;
font-weight:bold;
font-size:32px;
text-align:center;
}

p {
font-size:20px;
font-family:arial, sans-serif;
text-indent:50px;
text-align:justify;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 20px;
}

div {
font-size:18px;
font-family:arial, sans-serif;
text-align:justify;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
margin-left:20px;
}

.slids {
padding: 0px 50px 0px 20px;
margin: 0 0 0 0;
*height: 520px;
}

.but {
width: 110px;
}
.but:hover { background: url(but_hover.png) center  center no-repeat;
text-decoration: none;}

/* div.box {
	height: 500px;
	width: 200px;
	border: 1px solid black;
	background: orange;
	} */

#scan{text-align:center;}

#video {
	text-align:center;
	/* width: 100px; */
	display: block;
	border: 1px solid #ccc;
    border-radius: 7px;
	padding: 15px 15px 15px 15px;
	background: #E0FFFF;
}

#toTop {
    display: block;
    cursor: pointer;
    width: 100px;
	/* height: 50px; */
/*     background: #A7FC00;
    border: 1px solid #ccc;
    border-radius: 5px; */
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    color: #666;
    text-decoration: none;
    z-index: 100;
}

#toBack {
    display: block;
    cursor: pointer;
    width: 100px;
/*     background: #FFFF66;
    border: 1px solid #ccc;
    border-radius: 5px; */
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    color: #300;
    text-decoration: none;
    z-index: 100;
}
#menu {
	display: block;
	position: relative;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 1px;
	width: 170px;
	border: 1px solid #31659c;
	border-radius: 20px;
	background: #FFFAFA;
	text-align: center;
	float: bottom;
	font-size: 12px;
	color: #006400;
	padding: 5px;
/* 	z-index: 100; */
}

#text {
	position: absolute;
	margin: 5px	5px 5px 200px;
	top: 2px;
	right: 10px;
	left: 10px;
    padding: 5px;
    /* width: 900px; */
    border: 1px solid #31659c;
	background: #FFFAFA;
	/* padding: 10px 10px; */
    /* right: 195px; */
   /*  margin-left: -100%; */
    /* margin-top: 1em; */
    float: left;
}

.pytannya {
	color:#013220;
	background-color:#F0FFF0;
	position:center center;
	padding: 10px 10px 10px 10px;
	border-width: 3px;
	border-style: outset;
	border-radius: 12px;
	border-color: #98FB98;
	font-family:"Times New Roman", arial, serif; 
	font-style:italic;
	/* font-weight:bold; */
	font-size:28px;
	text-align:left;
}
.testuvannya {
	display: block;
	margin: 10px auto;
	background-color:#F0F8FF;
	padding: 10px 10px 10px 10px;
	border-width: 3px;
	border-style: outset;
	border-radius: 12px;
	border-color: #7B68EE;
	font-family:"Times New Roman", arial, serif; 
	font-size:52px;
	text-align:center;
	width: 600px;
}

