﻿BODY.bodymain
{
    font-family: Trebuchet MS;
    font-size: small;
    color: Orange;
    
    background-repeat:repeat-x ;
    background-color:#111111;
    margin-top :0px;
}

BODY.bodymain2
{
    font-family: Trebuchet MS;
    font-size: small;
    color: Navy;
    
    background-repeat:repeat-x ;
    background-color:#000000;
    margin-top :0px;
}

A
{
    color: white;
    text-decoration: none;
}

A.LinkRed
{
    color: Red;
    text-decoration: none;
}

A.LinkRed:hover
{
    color: yellow;
    text-decoration: underline;
}

A.LinkWhite
{
    font-family: Trebuchet MS;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

A.LinkWhite:hover
{
    color: red;
    text-decoration: underline;
    font-weight: bold;
}

A.LinkOrange
{
    color: Orange;
    text-decoration: none;
    font-weight: bold;
}

A.LinkOrange:hover
{
    color: Orange;
    text-decoration: underline;
    font-weight: bold;
}

A.LinkBigRed
{
    color: red;
    text-decoration: none;
    font-weight: bold;
}

A.LinkBigRed:hover
{
    color: red;
    text-decoration: underline;
    font-weight: bold;
}
.Testo
{
    text-align: justify ;
}
