         /* цвет текста абзаца */
     /* цвет ссылки в тексте абзаца */
        /* цвет заголовков */
         /* цвет заголовка страницы */

    p {
      color: #ffd29d;
      font-family: Tahoma;
      text-transform: none;
      margin: 8px 20px 8px 0px;
      font-size: 10pt;
      line-height: 13pt;
      text-align: left;
      width: 320px;
      float: left;
    }
    p * {
      font-size: inherit !important;
    }
    #onecolumn {
      width: 700px; 
    }
    p.first, p span.first {
      font-weight: bold;      
      color: #ffd29d;
    }
    p.big, p span.big {
      font-weight: bold;
      font-size: 13pt !important;
      color: #ffd29d;
    }
    p.big a:hover {
      color: #ffd29d;
    }
    p.small, p span.small {
      font-weight: normal;
      font-size: 8pt;
      line-height: 9pt;
      color: #ffd29d;
    }    
    p.small a {
      font-size: 8pt;
    }
    p.pageHeader, h1 {
      font-family: Calibri, Tahoma;
      font-size: 16pt;
      font-weight: bold;
      text-transform: uppercase;
      text-align: left !important;
      margin: 10px 0px 5px 0px;
      color: #f7941e;
    }
    p a {
      color: #fff6eb;
    }
    ul {
      color: #000;
      margin: 15px 0px 10px -20px;
      font-family: Tahoma;      
      font-size: 11pt;
      font-weight: bold;
      line-height: 14pt;
    }
    ul li {
      color: #000;
      font-weight: normal;
      font-size: 10pt;
      line-height: 12pt;
      margin: 5px 0px 5px 20px;
      list-style-image: url(http://www.macarenabar.ru/aui/images/pin_img);
    }
    blockquote {
      float: left;
      width: 200px;
      height: 150px;
      margin: 5px 10px 5px 0px; 
      padding: 0px;
    }
    h2, h3 {
      font-family: Tahoma;
      font-size: 12pt;
      margin: 0px 0px 0px 0px;
      font-weight: normal;
      color: #f7941e;
    }
    p img {
      float: left;
      margin: 2px 8px 2px 0px;
    }
.grid {
  margin: 0px 0px 0px 20px;
}
.grid td, .grid {
  border-collapse: collapse;
  border: 1px solid #ddd;
  padding: 4px;
  vertical-align: top;
}
