﻿.smale
{
    text-decoration: none;
    font-size: x-small;
    color: Gray;
}
.impo
{
    text-decoration: none;
    font-size: medium;
    color: Olive;
}
.balck
{
    text-decoration: none;
    color: Black;
    font-size:medium;
}

a:link
{
    text-decoration: none;
    color: Black;
}
a:visited
{
    text-decoration: none;
     color: Black;
}
a:hover
{
    text-decoration: underline;
     color:Olive;
}
a:active
{
    text-decoration: underline;
}

.medium
{
    font-size: small;
}
.watermark
{
   color:Olive;
   font-family:Courier New (Arabic);
   font-weight:bold;
}

.popupControl
{
    background-color: #f4f4f4;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.a_center
{
    text-align: center;
}

.mainlink
{
    display:block;
    font-family:Arial;
 font-weight:bold;
}
.withborders
{
    border-style: none none solid none; border-width: thin; border-color: #999999
}
