a:hover{
        text-decoration:underline;
}
a
{
        text-decoration: none;
}

.text, .text a, .text a:visited
{
    font-family: Arial;
    font-size: 12px; 
    font-weight: normal;
}

.verde, .verde a, .verde a:visited
{
    color: #339900;
}

.white, .white a, .white a:visited
{
    color: #FFFFFF;
}

.highlighted
{
    background-color: #eaf0f7;
}

.blinked
{
    border-left: 1px solid black;
    border-bottom: 1px solid white;
    background-color: red;
}

.portocaliu, .portocaliu a, .portocaliu a:visited
{
    color: #FF9900;
}

.bleau, .bleau a, .bleau a:visited
{
    color: #eaf0f7;
}

.bleauBack 
{
    background-color: #eaf0f7;
}

.abastru, .albastru a, .albastru a:visited 
{
        color: #137685;
}

.rosu, .rosu a, .rosu a:visited 
{
        color: rgb(216, 35, 40);
}

.gri, .gri a, .gri a:visited 
{
        color: rgb(71, 73, 72);
}

.gri_2, .gri_2 a, .gri_2 a:visited 
{
        color: #CCCCCC;
}
.albastru_2, .albastru_2 a, .albastru_2 a:visited 
{
    color: #4D98A3;
}

.big, .big a, .big a:visited
{
    font-size: 14px;
}

.small, .small a, .small a:visited
{
    font-size: 11px;
}

.bold, .bold a, .bold a:visited
{
    font-weight: bold;
}

.italic, .italic a, .italic a:visited
{
    font-style: italic;
}

.black, .black a, .black a:visited 
{
    color: black;
}

.textinput 
{
    border: 1px solid #137685;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    width: 200px;
}

