span.beam { /* заголовк луча */
  margin-left: 50px;
  background-color: #ded176;
  font-family: 'Times New Roman', Times, serif;
  font-size: medium;
  font-style: italic;
  color: #756a1b;
  padding: 0 10px;
}
div.beam { /* луч Солнца */
  margin-left: 50px;
  margin-bottom: 60px;
  padding: 10px;
  background-color: #fffde6;
  border-top: 1px solid #ded176;
  border-bottom: 3px solid #ded176;
}
span.msg, p.msg { /* сообщение */
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: large;
  color: #232323;
  text-indent: 1.5em;
  text-align: justify;
  white-space: pre-wrap;       /* css-3 should we be so lucky... */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 ?? */
  white-space: -o-pre-wrap;    /* Opera 7 ?? */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  _white-space: pre;   /* IE only hack to re-specify in addition to word-wrap  */
}

/* ссылки */
a.star_link {
  color: #756a1b;
}
a.star_link:hover {
  color: #a19433;
}

/* фотография */
img.star_img {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding: 10px;
  float: right;
  border: 2px solid #ded176;
}
