<style type="text/css">
 
  .tab_med {
   width: 10;
   background-image: url("tab_med.png");
   }
   
  .tab_active, .tab_passive, .tab_med {
   -moz-box-sizing:border-box; box-sizing:border-box;
   height: 34;
   border: 0px;
   text-align: center;
   padding: 0px;
   margin: 0px;
   padding-bottom: 0;
   font-family: Cambria, Georgia;
   font-size: 17;
   }

  .tab_active {  
   background-color: #66cccc;  
   width: 116;
   background-image: url("tab_active.png");
   padding-top: 4;
   color: black;
   text-decoration: none;
   font-size: 17;
      font-align: center;
   }
   
   .tab_med {
   width: 10;
   background-image: url("tab_med.png");
   }
  .tab_passive {
   background-color: #66cccc; 
   width: 116;
   background-image: url(tab_passive.png);
   padding-top: 12;
   color: white;
   text-decoration: underline;
   cursor: "hand";
   }

  
   
   body{
   font-family: Cambria,Georgia, serif;
   }

   h3 { 
   font-weight: normal; font-size: 24;
   }
   
   h4 {
   margin-top: -10;
   margin-bottom: 20;
   color: #336699;
   font-weight: normal; font-size: 28;
   text-align: right;
   }

   .soder{
   font-size: 120%;
   }

   .spisok{
   font-size: 200%;
   margin-right: 10pt;
   margin-left: 20pt;
   color: #336699;
   }

   a {color: #006699;}
   a:hover  {color: #0099cc;}
   a:visited  {color: #666699;}
   
   .bg1 {
   background-color: #003333;
   }
   
    .bg2 {
   background-color: #3ad1e8;
   }
   
   .bg3 {
   background-color: #ebebeb;
   }
   .bg4 {
   background-color: #dae9e9;
   }
   
   .bg5 {
   background-color: #ebebeb;

   }
   


 </style>