

<!--
.head_menu{
display: block;
background-image: url(image/knopka11_1.gif);   /*Это путь к картинке, которая будет у вас первой т.е. неактивной*/
width: 160px;
height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #FF0000;
font-size:12px;
text-indent: 40px;
text-decoration: none;   /*Это означает, что ссылка будет без подчёркивания*/
line-height: 20px;
}
a.head_menu:hover{
display: block;
background-image: url(images/knopka11_2.gif);     /*Это путь к картинке, которая будет заменять первую при наведении*/
width: 160px;
height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #990000;
font-size:12px;
text-indent: 40px;
text-decoration: none;
line-height: 20px; 
}
.left_menu{
display: block;
background-image: url(image/menu_9_2.gif);   /*Это путь к картинке, которая будет у вас первой т.е. неактивной*/
width: 145px;
height: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #3366CC;
font-size:12px;
text-indent: 10px;
text-decoration: none;   /*Это означает, что ссылка будет без подчёркивания*/
line-height: 25px;
}
a.left_menu:hover{
display: block;
background-image: url(images/menu_9_1.gif);     /*Это путь к картинке, которая будет заменять первую при наведении*/
width: 145px;
height: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #990000;
font-size:12px;
text-indent: 10px;
text-decoration: none;
line-height: 25px; 
}

   A:link {color: #3399FF; text-decoration: none;}
   A:hover {color: #00FFFF; text-decoration: underline;}
   A:visited {color: #008B8B;text-decoration: none;}
   A:active {color: #3399FF;text-decoration: none;}

   P {font-family: Times New Roman, Comic Sans MS, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#444444; font-weight: bold;}
   P {text-align: justify}
   B {font-weight: bold;}

   H1 {font-size: 130%; color: #3399FF; font-weight: bolder;}
   H2 {font-size: 120%; color: #3399FF; font-weight: bolder;}
   H3 {font-size: 110%; color: #3399FF; font-weight: bolder;}
   H4 {font-size: 100%; color: #3399FF; font-weight: bolder;}
   H6 {font-size: 70%; line-height: 5 %; font-weight: bolder; margin-top: 1pt; margin-bottom: 1pt;}

  table {background-repeat: no-repeat;
          background-position: center;
          background-attachment: fixed;
          background-image: URL(http://ymlm.ru/image/Fon.jpg);}

 body {font-family: Times New Roman, Comic Sans MS, Verdana, Arial, Helvetica, sans-serif; font-size: 5px; color:#444444; font-weight: bold;
         scrollbar-3d-light-color: #3399FF; 
         scrollbar-arrow-color: #0000FF; 
         scrollbar-base-color: #0000FF; 
         scrollbar-dark-shadow-color: #000000; 
         scrollbar-face-color: #3399FF; 
         scrollbar-highlight-color: #336699; 
         scrollbar-shadow-color: #336699; 
         scrollbar-track-color: #0000FF;}

 td    {text-align: justify ;padding: 5px;}
-->



