html
{
    direction: rtl;
}

.container
{
    background-color:White;
}

body
{
    /***color: #116737; ***/
    font-family:Tahoma;
    color:#116737; 
} 

#step1, #step1b, #step2, #step3, #step4
{
background-color: #1D85C7;    /* #047A40; */
font-size:large;
}

h1,h2
 {
     
 }

.Accessibility
{
    position:fixed;
    bottom:0;
    left:10px;
    font-size:x-small;
}
ol.a 
{
    list-style-position: outside;
    line-height: 200%;                
    margin-top: -2%; 
    margin-right: -2%;  
}

ul.a 
{
    list-style-position: inside;
    line-height: 130%;              
    list-style-type: square;
    margin-top: 0.2%;
    margin-right: -1%;
}
        
/*
ul.b 
{
    list-style-position: outside;
    line-height: 130%;              
    list-style-type: square;
    margin-right: -1%
}
*/

li.a 
{           
    margin-top: 1.6%;
    margin-bottom: 0.8%;
    margin-right: -1.5%
}

li 
{           
    /* line-height: 170%; */
    margin-bottom: 0.8%;
    margin-right: -1.5%
}
