﻿a:link
{
    text-decoration: none;
    color: #416C00;
}
a:visited
{
    text-decoration: none;
    color: #416C00;
}
a:hover
{
    text-decoration: none;
    color: #F69C00;
}
a:active
{
    text-decoration: none;
}
.green_font
{
    color: #32b100;
}
.red_font
{
    color: #bd0000;
}
.left_to_right
{
    direction: ltr;
}
body
{
    color: #333;
    font-size: 11px;
    font-family: Tahoma;
}

