*
{
 margin: 0;
 padding: 0;
}

html, body
{
 width: 100%;
 height: 100%;
 font: 12px Tahoma;
}

.news_div1_class /* класс интегрирует всю новость при выводе одной новости */
{
 margin: 15px;
}

.news_title_class /* заголовок новости */
{
 font-size: 14px;
 font-weight: bold;
 text-align: center;
}

.news_div1_class .news_content_class /* текст новости */
{
 margin-top: 15px;
 overflow: hidden;
 text-align: justify;
}

.code_class /* класс для вывода участков кода */
{
 font-family: monospace;
 margin: 0;
 padding-left: 10px;
 text-align: left;
}

a
{
 color: blue;
}

.src_class
{
 border-top: 1px solid #ccc;
 font-size: 11px;
 margin-top: 10px;
 padding-top: 5px;
}

