@font-face{    font-family:'Pages_font';    src: url(../fonts/Pages_font.ttf); /*if IE */    src: local("Pages_font"), url("../fonts/Pages_font.ttf") format("truetype"); /* non-IE */}body {background-image: url('/pics/background.jpg');font-family:'Pages_font';margin:0px; padding:0px; background-Color: rgb(240,169,140); color: rgb(0,0,0); background-Attachment :fixed; background-Position:center; background-Repeat:no-repeat;font-Size: 16px; direction:rtl; } a:link {  color: rgb(0,0,0);} a:visited {  color: rgb(0,0,0);} a:hover {  color: rgb(0,0,0);}  a:active  {  color: rgb(0,0,0);} #LT{ width: 100%; background-Color: rgb(255,82,71,0); min-height:250px; margin-right: auto; margin-left: auto;}
