body {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 12px;
        text-align: left;
        background: #d3d2d1;
}


.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}

ul {
		font-size: 14px;
        list-style: none;
        padding: 4px 0 4px 25px;
        margin-left: 0;
		color:green;
		padding-top:5px;
		padding-bottom: 7px;
}

li {
		font-size: 12px;
        list-style: disc;
        /*background: url(images/bullet_arrow.gif) left center no-repeat;*/
        padding:0px 0px 0px 0px;
        margin-left: 20px;
		color:black;
}
h1 { 
		color:green;
        font-size: 16px; 
		font-weight: bold;
        margin: 1em 0.5em 0.5em 0.5em; 
		margin-bottom: 25px;
}

h2{ 
		color:green;
        font-size: 12px; 
		font-weight: bold;
		margin-left: 20px;
		margin-top: 20px;
      
}

h3{ 
        font-size: 14px; 
		font-face: bold;
        margin: 1em 0.5em 0.5em 0.5em; 
}

p { 
        margin: 1em 0.5em 0.5em 0.5em;
		line-height: 1.5;
		margin-left: 25px;
}

img {
        border: 0;
}

a {
        color: #be0404;
        text-decoration: none;
}
