body{
	background-color:#1A4876;
	background-repeat:no-repeat;
	font-family: Arial;
	color: #fff;
	/* background-attachment:fixed; */
	/* background-position:center center; */
	/* margin: 0 auto; */
	/* padding: 0 auto; */
}

ul  {
	margin: 0;
	padding: 0;
}

h1 {
	color:#fff;
	padding: 20px 20px 20px 20px;
	margin: 20px;
	border-width: 5px;
	border-style: outset;
	border-radius: 5px;
	font-family: arial, serif; 
	font-weight:bold;
	font-size:48px;
	letter-spacing: 15px;
	text-align:center;
}

.text {
	padding: 0px 20px 0px 20px;
	margin: 20px 20px 20px 20px;
	font-family: arial, serif;
	font-size: 20px;
	text-align: justify;
	text-indent: 50px;
}

#toTop {
    display: block;
    cursor: pointer;
    width: 100px;
    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;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    color: #300;
    text-decoration: none;
    z-index: 100;
}

.screen {
	padding: 10px 10px 10px 10px;
	margin: 50px;
	text-align:center;
}

.screen img {
	border: 2px solid white;
}

.screen-knopka {
	text-align:center;
}

.screen-knopka img {
	border-color: #000;
}

.text-fixed {
	margin-top: 20px;
	text-align: justify;
	font-style: italic;
	padding: 0 100px 10px 100px;
  }
  
.perehid {
	text-align:center;
	margin: 25px;
	color:#100391; 
}
  
.perehid  a {
	color:#100391; 
	background:#f1ecc4; 
	padding: 20px 20px 20px 20px;
	margin: 20px;
	border-width: 1px;
	border-style: outset;
	border-color: #1974D2;
	border-radius: 5px;
	font-family: arial, serif; 
	font-weight:bold;
	font-size:24px;
	text-align:center;
	text-decoration: none;
	box-shadow:-2px -2px 2px #bababa, inset 0px 0px 1px #ffffff;
}



