
body, html{
margin: 0;
padding: 0;

	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
    
	font-size: 1em;
	
	
}




span {
	color: #006ea9;
	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
    
	font-size: 1em;
}



p {
	text-align: justify;
	
}
 button{
	 background-color: #dd9494;
  display: block;
  width: 120px;
  margin: 0px auto;
  margin-top: 30px;
    padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  box-shadow: inset 0 4px 4px -4px #fff, inset 0 -4px 4px -4px #000;
  color: rgba(255, 255, 255, 0.8);
  font: 18px 'Acme', sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .6));
  background-size: auto 200%;
  background-position: 0 80%;
  transition: color 0.2s, background-position 0.2s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
button:hover {
  color: #fff;
  background-position: 0 20%;
}
button:active {
  background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
}

a { color: rgba(255, 255, 255, 0.8);
	text-decoration: none; 
}
ul{
		list-style: none inside;
margin-top: 0px;
	}
	ul>li::before{
		content: "\2013";
		margin-left: -7px;
		margin-right: 2px;
	}
	
	h3, h2 {
		
		text-align: center;
		font-size: 100%;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	h2 {
		font-size: 110%;
	}
	
	h1 {
	text-align: center;
		font-size: 120%;
display: none; 		
	}
	
	table  {
		
		
		border-collapse: collapse;
		margin: 0 auto;
		margin-top: -30px;
		width: 736px;
		border: 1px solid #7a3434;
	}
	
	th, td {
		
		border-collapse: collapse;
		border: 1px solid #7a3434;
		padding: 5px;
		position: relative;
		vertical-align: top;
	}
	th {
		color: #7a3434;
	}
	


.print{
	 background-color: #7a3434;
  display: block;
  width: 100px;
  margin: 0px auto;
  margin-top: 30px;
  
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  box-shadow: inset 0 4px 4px -4px #fff, inset 0 -4px 4px -4px #000;
  color: rgba(255, 255, 255, 0.8);
  font: 18px 'Acme', sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .6));
  background-size: auto 200%;
  background-position: 0 80%;
  transition: color 0.2s, background-position 0.2s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.print:hover {
  color: #fff;
  background-position: 0 20%;
}
.print:active {
  background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
}

input {
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	height: 24px;
	width: 24px;
	position: absolute;
	bottom: 1px;
	right: 1px;
	background-image: url('../close.png');
	border: none;
	background-color: #fcdede;
}
.add {
	
	cursor: pointer;
	height: 24px;
	width: 24px;
	position: absolute;
	bottom: 1px;
	left: 1px;
	background-image: url('../add.png');
	border: none;
	background-color: #f7abab;
	
	display: block;
}
.kostina {
	color: #820810;