﻿body
{
    width: 99%;
    direction: rtl;
    text-align: center;
}
.Main_Table
{
    width: 100%;
}
.Menu
{
    background-color: Purple;
    border-radius: 10px;
    width: 100%;
}
.onvan
{
    color: Maroon;
    font-family: Mitra , Arial;
}
.Td_Menu
{
    background-color: Purple;
    color: White;
    width: 14%;
    height: 38px;
    border: 1px solid white;
    text-decoration: none;
    font-size: 18px;
}
.List
{
    border: 1px solid blue;
    border-radius: 25px 25px 25px 25px;
    box-shadow: -2px -2px 2px 2px gray;
    vertical-align: top;
    width: 20%;
    text-align: right;
    direction: rtl;
}
.Main
{
    border: 1px solid blue;
    border-radius: 25px 25px 25px 25px;
    box-shadow: -2px -2px 2px 2px gray;
    width: 80%;
}
.Footer
{
    width: 100%;
    background-color: #D6D6CC;
    color: Maroon;
}



.matn
{
    font-family: Mitra , Arial;
    font-size: 14px;
    color: Black;
    direction: rtl;
    text-align: right;
    line-height: 25px;
    font-weight: bold;
}
a.u
{
    text-decoration: none;
    color: White;
}
.Td_Menu:hover
{
    background-color: #B2B2FF;
    color: Purple;
}
