A.l1:link,A.l1:active,A.l1:visited 
{
    font-family: Tahoma;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;    
}

A.l1:hover  
{
    font-family: Tahoma;
    font-size: 18px;
    color: #EEEEEE;
    text-decoration: underline;
}

A.l2:link,A.l2:active,A.l2:visited 
{
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;    
}

A.l2:hover  
{
    font-family: Tahoma;
    font-size: 12px;
    color: #EEEEEE;
    text-decoration: none;
}

A.l3:link,A.l3:active,A.l3:visited 
{
    font-family: Tahoma;
    font-size: 12px;
    color: #AA0202;
    text-decoration: none;    
}

A.l3:hover  
{
    font-family: Tahoma;
    font-size: 12px;
    color: #E10F10;
    text-decoration: underline;
}

.t1
{
    font-family: Tahoma;
    font-size: 48px;
    color: #FFFFFF;
}

.t2
{
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
}

.i1
{
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    width: 300px;
}

.s1
{
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    width: 300px;
    background: #EFEFEF;
}

.img1
{
    border: #FFFFFF 1px solid;
}