        h1{
        color:  #00008B;
        font-size: 20pt;
        font-family:"Verdana";
        font-weight:bold;
        text-align : center;
        }          
     
        h2{
        color:  #00008B;
        font-size: 18pt;
        font-family:"Verdana";
        font-weight:bold;
        text-align : center;
        }
        
        h3{
        color:  red;
        font-size: 18pt;
        font-family:"Verdana";
        font-weight:bold;
        text-align : center;
        }
        
        .menu{
        color:  #6495ED;
        font-size: 12pt;
        font-family:"Arial";
        text-align : center;
        }    

        .vozvrat{
        color: #00008B; 
        font-size: 10pt;
        font-family:"Times New Roman";
        text-align :right;
        }
     
        .letters{
        color: #00008B; 
        font-size: 10pt;
        font-family:"Arial Black";
        text-align :center;
        }
        
        .text{
        color: #00008B; 
        font-size: 12pt;
        font-family:"Times New Roman";
        text-align :justify;
        }
        
        
        a.petit {
        color: #FF8888;
        font-size: 9pt;
        text-decoration: none;
        }
		
        a:hover.petit { 
        text-decoration: underline;
        color: black;
        }
		
		.article {
			padding-left: 50px;
		}

