@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
body {
    font-size: 15px;
	color: #4d491f;
    font-weight: 500;
	direction:rtl;
	font-family: 'Open Sans Hebrew', sans-serif;
}
body,
li,
address {
    line-height: 24px
}
p {
    margin: 0 0 15px
}
a {
    color: #6040bd;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover,
a:focus {
    color: #66c5c7;
    text-decoration: none;
}