﻿
body {
    font-family: Tahoma;
    font-size: 8pt;
    background-image: url('../images/design/bg.jpg');
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #43413b;
}

a, a:visited {
    color: #b90d0d;
    font-size: 12px;
    text-decoration: none;
}

    a:hover, a:active {
        color: navy;
    }

.En {
    margin-right:10px;
    float: left;
    width: 29px;
    height: 29px;
    background-image: url('../images/icons/en.png');
    background-repeat: no-repeat;
    background-position: top center;
}
.fa { 
    float: left;
    width: 29px;
    height: 29px;
    background-image: url('../images/icons/fa.png');
    background-repeat: no-repeat;
    background-position: top center;
}
.En:hover {
    float: left;
    width: 29px;
    height: 29px;
    background-image: url('../images/icons/en.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    cursor:pointer;
}
.fa:hover {
    float: left;
    width: 29px;
    height: 29px;
    background-image: url('../images/icons/fa.png');
    background-repeat: no-repeat;
    background-position: bottom center;
        cursor:pointer;
}
