/*Свойства самого основного блока main, в котором находится вся система */
      a {text-decoration: none;}
a:visited {text-decoration:  none;}
a:hover, a:active {text-decoration:  none;}
A {
 color: #16387C; /* Цвет обычной ссылки */ 
 text-decoration: none; /* Убираем подчеркивание у ссылок */
}
A:visited {
 color: #16387C; /* Цвет посещенной ссылки */
} 
A:hover {
 color: #16387C; /* Цвет ссылки при наведении на нее курсора мыши */ 
 text-decoration: underline; /* Добавляем подчеркивание */
}

      body
      {
     
      }
      #main
      {
        text-align: left;
        margin-left: 10%;
        margin-right: 10%;
        padding: 15px;
        background: #666666;

        }
      #main p, li, h1, h2, h3, h4, h5, h6, td /*Стили заголовков и абзаца*/
      {
        font-family: verdana, tahoma, arial, sans-serif;
        font-size: 9pt;

      }

      #main h4 {font-size: 13pt; text-align: center;}
      #main h5 {font-size: 10pt;text-align: left;}
      #main li {list-style-type: none; text-align: left;}
      #main table {font-size: 10pt; text-align: left;}
      #main table.tab_result  {width: 70%; text-align: left;}
      #main table.list_dop  {width: 90%; text-align: left;}
      #main A
        {
           color: #666666;
           text-decoration: none;
        }
      #main A:hover
        {
            color: #666666;
            style="text-decoration: none;
        }

      /*Свойста блока с последними объявлениями*/
      #new_bill
      {
        width:200px;
        display:block;
        text-align: left;
      }

      thead /*Параметры шапки всех таблиц - цвет фона и т.д.*/
      {
       text-align: center;
       font-weight: 900;
       background: #FFCC00;
       color: #666666;
      }
	/*Класс таблицы прайса*/
	.table_price
	{
		width:80%;
		border: 2px;
	}


	/*Ответ фирмы в отзывах*/
	.firma_answer
	{
		color: #666666;
	}
	/*Отзыв  пользователя*/
	.user_comment
	{
		color: green;
	}
    .news
    {
      font-size: 8pt;
      padding-left: 5px;
      padding-right: 5px;
      border: 1px solid #ccc;
    }
