 a:link.button, a:visited.button {
  background-color: #155dac;
  color: yellow;
  border: 5px solid #1C1CB5;
  border-radius: 15px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px; 
}

 a:hover.button, a:active.button {
  background-color: #1C1CB5;
  color: yellow;
  font-size: 26px; 
}

table {
	border: 6px solid #1C1CB5;
	text-align: center;
	margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

table.diagram5 {
	border: 6px solid #1C1CB5;
	text-align: center;
	width: 25%;
	margin-left: 10%;
}

table.diagram9 {
	border: 6px solid #1C1CB5;
	text-align: center;
	width: 50%;
	margin-left: 10%;
}

table tr td {
	border: 2px solid #1C1CB5;
	color: #1C1CB5;
	padding: 2px; 
	font-size: 26px; 
	width: 10%; 
}

table tr th {
	border: 2px solid #1C1CB5;
	color: #FFFFFF;
	background-color: #1C1CB5;
	padding: 2px; 
	font-size: 66px; 
	width: 10%; 
}

img.menu {width: 100%;  }  
img.skolka {width: 20%;  }  

table tr td.fed {
	height: 45px;
    font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #1C1CB5;
	background-color: #99ffff;
	text-align: center;
	line-height: 45px;
}

table tr td.name, table tr td.name a {
	height: 45px;
    font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: red;
	text-align: center;
	line-height: 45px;
}

p {
width: 80%;
padding: 5px;
margin-left: 10%;
margin-right: 10%;
font-size: 24px;
}


p ol li {
margin-left: 10%;
font-size: 20px;
}

  
h1 {
	
	background-color: #1C1CB5;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
  	width: 70%;
	text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    }

h2 {
	
	background-color: #1993f7;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
  	width: 45%;
	text-align: center;
    margin-left: 5%;
    
}

ul {
	width: 80%;
	padding: 5px;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 24px;

}
