      /*Свойства самого основного блока main, в котором находится вся система */
      #main {text-align: center;}
      #main p, li, h1, h2, h3, h4, h5, h6, td /*Стили заголовков и абзаца*/
      {
        font-family: verdana,arial,sans-serif;
        font-size: 10pt;

      }

      #main h4 {font-size: 13pt; text-align: center;}
      #main h5 {font-size: 11pt;text-align: center;}
      #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:#0000CC;
           text-decoration: none;
        }
      #main A:hover
        {
            color: red;
            text-decoration: underline;
        }

      /*Свойста блока с последними объявлениями*/
      #new_bill
      {
        width:250px;
        display:block;
        text-align: left;
      }

      thead /*Параметры шапки всех таблиц - цвет фона и т.д.*/
      {
       text-align: center;
       font-weight: 900;
       background: #e4eaf2;
       color: #000000;
      }
	  
	  font.head_new  {
	font-family : Tahoma;
	font-size : 10px;
	color : #3268BF;
	font-weight : bold;
	text-decoration : none;
}

A.head_new:link,A.head_new:visited,A.head_new:active,A.head_new:hover  {
	font-family : Tahoma;
	font-size : 10px;
	color : #3268BF;
	font-weight : bold;
	text-decoration : none;
}
      


