@import url("base.css");
@import url("font.css");


.style1 {color: #FF6600}

.style4 {color: #0000CC}

.tvtitle {
  text-align: left;
  width: 700px;
  margin: 30px auto 5px;
  font-weight: bold;
  color: #0000CC;
}

.program {
  text-align: left;
  width: 700px;
  font-weight: bold;
  color: #FF6600;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 1px;
  margin-left: auto;
}.attention {
  font-size: 10px;
  color: #333333;
  line-height: 1.5;
  text-align: left;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.coment {
  font-size: 12px;
  line-height: 1.35;
  text-align: left;
  width: 660px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}
