* { box-sizing: border-box; }
body,html {
    margin: 0;
    padding: 0;
    font: normal 12px Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    background-color: white;
    background-image: url(images/f2l.png);
}



main a {
    padding: 1px 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .1s ease;
    text-decoration: none;
}

main a:link, main a:visited {
    color: #ff8b00;
}

main a:hover, main a:active {
    xtext-decoration: underline;
    background-color: #ff8b00;
    padding: 1px 2px;
    color: white;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.1);
}


#container {
    xmargin: 96px;
    margin: 7%;
}


h1 {
    background: url('/images/logo2t3beta.png') bottom left no-repeat; 
    display: inline-block;
    width: 207px;
    height: 48px;
    text-indent: -99999px;
    outline: 0;	
    margin:auto; 
}

header {
    margin-bottom: 48px;
}


main { 
    background-color: whitesmoke;
    padding: 16px;
    xmargin-left: -16px;
}

main p:first-child {
    margin-top: 0;
}
main p:last-child {
    margin-bottom: 0;
}

span.rev { unicode-bidi:bidi-override; direction:rtl; }
span.rev.pag:before { content: "455 10 "; }
span.rev.pag:after { content: " 073+"; }

