/* Вспомогательные элементы */
.top {
  padding-top: 10px;
}
.top_big {
  padding-top: 30px;
}
.bottom {
  padding-bottom: 10px;
}
.bottom_big {
  padding-bottom: 30px;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.float_left {
  float: left;
}
p.indent {
  margin-left: 10px;
}
.b, .bold {
  font-weight: bold;
}
.border {
  border: 1px solid black;
}
.link {
  cursor: hand;
}