﻿body 
{
    margin:0;
    padding:0;
    color:White;
    direction:rtl;
    width:100%;
    font-size:12px;
    text-align:center;
    font-family:Tahoma;
    background-color:#153147;
    background-repeat:repeat-x;
    background-image:url('../imgs/bg1.jpg');
    text-shadow:2px 2px 2px rgba(161,172,143,.7);
}
a
{
    color: #fff;
    font-weight:bold;
    text-decoration:none;
    text-shadow:2px 2px 2px rgba(105,106,107,.2);
}
a.tadbir
{
    font-weight:normal;
}
a.tadbir,.icecool
{
    color:gray;
}
    a.tadbir:hover,.icecool:hover
    {
        color:yellow;
    }
a:hover
{
    color:#143046;
    transition: color 1.5s ease-in-out;
	-o-transition: color 1.5s ease-in-out;
	-moz-transition: color 1.5s ease-in-out;
	-webkit-transition: color 1.5s ease-in-out;
	text-shadow:1px 0px 4px #fff;
}
.intro
{
    width:900px;
    height:500px;
    margin-left:auto;
    margin-top:50px;
    margin-right:auto;
    background-repeat:no-repeat;
    background-position:center top;
    background-image:url('../imgs/intro.jpg');
}
.entrance
{
    height:30px;
    font-size:13px;
    color:black;
    font-weight:bold;
    padding-top:5px;
}