﻿body
{
    direction: rtl;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 200%;
}

a
{
    text-decoration: none;
    color: Blue;
}

a:visited
{
    text-decoration: none;
    color: Blue;
}

a:hover
{
    text-decoration: none;
    color: Red;
}

.ctrl
{
    font-size: 11px;
    font-family: Tahoma;
}

.En
{
    direction: ltr;
    font-family: Tahoma;
    font-size: 11px;
}

.Fa
{
    direction: rtl;
    font-family: Tahoma;
    font-size: 11px;
}


