
/* блок оформление body */
body {background-color: #cecece; color: #000000; margin: 0px;}
body {font-family: Times New Roman; font-size: 95%;}

/* оформление ссылок */
a:link {color: #ffffff; text-decoration: none; font-weight: bold;}
a:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
a:active {color: #ffffff; text-decoration: underline; font-weight: bold;} 
a:hover {color: #ffffff; text-decoration: underline; font-weight: bold;}


/* верхний блок вставки афоризмов */
div.verh {width: 990px;
          height: 22px;
          background-color: #ea5423;
          text-align: left;
          text-indent: 20px;
          position: relative;
          top: 0;
          }

/* выделение афоризмов */
span.verh {font-weight: bold;
           color: #ffffff;
           }


/* блок вставки логотипа */
div.logo {width: 990px;
          height: 218px;
          background-color: #ffffff;
          position: relative;
          top: 0;
          text-align: center;
          }

/* блок вставки ссылок */
div.ssilki {width: 990px;
          height: 22px;
          background-color: #ea5423;
          position: relative;
          top: 0;
          text-align: left;
          text-indent: 20px;
          z-index: 100;
          }

/* блок вставки информации */
div.info {width: 990px;
          background-color: #ffffff;
          position: relative;
          top: 0;
          border: 1px;
          z-index: 0;
          }

/* выделение в основном текстовом блоке */
span.videl {font-weight: bold;
           color: #000000;
           }

/* таблица в основном текстовом блоке */
table.inf {;
           clear: left;
           display: block;
           z-index: 1;           
          }

/* колонка с фото */
td.foto {width: 220px;
           text-indent: 0px;
           text-align: center;
           }

/* абзац */
p {text-indent: 15px;
   text-align: justify;
   }

/* блок - нижняя полоска */
div.poloska {width: 990px;
          height: 18px;
          background-color: #ea5423;
          text-align: left;
          text-indent: 20px;
          position: relative;
          top: 0;
          }

/* выделение текста в нижней полоске*/
span.vidpodv {font-weight: bold;
           color: #ffffff;
           }

/* блок подвал */
div.podval {width: 990px;
          height: 30px;
          background-color: #ffffff;
          text-align: left;
          text-indent: 20px;
          position: relative;
          top: 0;
          }
span.kart {font-weight: bold;
           color: #f04a1a;
		   font-size:16px;
           }
span.hkart{font-weight: bold;
           color: #f04a1a;
		   font-size:20px;
           }


