body {background-color: #fff;
      margin: 0;
      padding:0;
      font: 8pt verdana, tahoma, arial, sans-serif;
      color: #333;
     }


A:link {color: #333;
        text-decoration: none;}
A:visited {color: #333;
           text-decoration: none;}
A:hover   {color: #CCC;
           text-decoration: none;}



/* menu */
#menu {font-weight: bold;
              font: 9pt verdana, tahoma, arial, sans-serif;
              color: #666;
              width: 90%;  
              margin: 5px 0px 0px 0px;
              display: block;
              padding: 2px 3px 3px 2px;}

#menu A:link {color: #333;
                         text-decoration: none;}
#menu A:visited {color: #333;
                              text-decoration: none;}
#menu A:hover  {color: #CCC;
                              text-decoration: none;
                              }

/* список */
ul, li {margin-left: 10px;
        padding: 0;
        list-style-position: outside;  }



/* главный блок с текстом статей */
#main {text-align: justify;
           font: 10pt verdana, tahoma, arial, sans-serif;
          }


/* Обтекание картинок в статьях */
#pic {float: right;
       
       border-color: #FFF;
       border-style: solid;;
       border-width: 0px 0px 0px 8px;}


/* рамка для фото и главных рисунков */

#border {border: 1px solid #CCC;
         }

span {font-weight: bold;
      color: #333;
      font-size: 8pt;}

span.orange {font-weight: bold;
             color: #F60;
             font-size: 8pt;}
span.orange2 {font-weight: bold;
             color: #F60;
             font-size: 10pt;}
             
             
span.gray {font-weight: bold;
             color: #666666;
             font-size: 8pt;}
span.gray2 {font-weight: bold;
             color: #666666;
             font-size: 10pt;}

             
             

.copy {color: #FFF;
       vertical-align: super;
       font-size: 7pt;
       margin-right: 20px;}

.copy A:link {color: #FFF;
              text-decoration: none;}
.copy A:visited {color: #FFF;
                 text-decoration: none;}
.copy A:hover   {color: #FFF;
                 text-decoration: none;
                 }

/* курсив */
#italic {font: italic 8pt verdana, tahoma, arial, sans-serif;
            color: #666;
            text-align:justify;}

/* подпись курсивом */
#author {font: italic 1em verdana, tahoma, arial, sans-serif;
               color: #666;
               text-align: right;
               margin-top: 20px;}




/* буквица 

p {font: 18pt verdana, tahoma, arial, sans-serif;}

P:first-letter {color: #F00;
               font: normal 18pt verdana, tahoma, arial, sans-serif;
               float: left;} 

*/


#left {text-align: left;}
#right {text-align: right;}


/* заголовки по центру */
#center {text-align: center;
         color: #333;
         font-size: 8pt;
         font-weight: bold;
         }



/* блок с ключевыми словами для закрытия счетчиков невидимый */
.counter {visibility: hidden;
          font-size: 6pt;}

.show {color: #FFF;
       }
.show A:link {font-size: 7pt;
              color: #FFF;
             }
.show A:visited {color: #FFF;}
.show A:hover {color: #FFF;
               }

/* невидимый текст в строке */
.words {visible: hidden;
        font-size: 4pt;
        color: #FFF;
        }







