h1 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #bc1e2c;
    border-top: 10px solid #bc1e2c;
    border-bottom: 10px solid #bc1e2c;
    text-transform: uppercase;
}
h2 {
	font-size: 18px;
  font-weight: bold;
  color: #bc1e2c;
	margin-top: 10px;
}
.programms h2 {
	text-decoration: underline;
	margin-bottom: 0;
}
.baseProgram h2, .baseProgram a {color: #03167d;}
.paralProgram h2, .paralProgram a {color: #3874b3;}
.specProgram h2, .specProgram a {color: #3e1865;}
.more {
	margin-top: 10px;
	margin-bottom: 10px;
}
.more a {
	font-size: 18px;
  font-weight: bold;
  color: #bc1e2c;
}
.yaMap {
	border: 10px solid #bc1e2c;
}