body {
    font-family: Tahoma; 
    direction: rtl; 
    text-align: right; 
    font-size: 14px;
    background-color: #f6f6f6;
    line-height: 25px;
    background-image: url('img/words.jpg');
    background-repeat: no-repeat;
    color:#727EA3;
}

a {
    text-decoration: none;
}

input {
    font-family:Tahoma;
    width: 300px;
} 

input[type="submit"] {
    font-family:Tahoma;
}    

input[type="radio"] {
    width: 50px;
}  

input[type="checkbox"] {
    width: 50px;
}  

#footer {
        width: 100%;
        height: 50px;
        margin: 80px auto 0px auto;
        text-align: center;
        color: #727EA3;
        background-color: gainsboro;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: #A0A0A0 solid 3px;
        border-bottom: #A0A0A0 solid 3px;
        font-size: 13px;
}

img {
    padding-left: 10px;
}

span {
    color:#0326c2;
}