﻿.homeText1
{
    color: #e4e4e4;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}
.homeText1 A
{
    color: #e4e4e4;
    text-decoration:none;
}
A.homeText1
{
    color: #e4e4e4;
    text-decoration:none;
}
A:hover.homeText1
{
    color: #ffffff;
    text-decoration:none;
    
}

.homeText2
{
    color: #f0f0f0;
    font-size: 19px;
    font-family: Arial;
    font-weight: bold;
    line-height:40px;
}
.homeText2 A
{
    color: #f0f0f0;
    text-decoration:none;
}
A.homeText2
{
    color: #f0f0f0;
    text-decoration:none;
}
A:hover.homeText2
{
    color: #ffffff;
    text-decoration:none;
    
}
.homeText3
{
    color: #f0f0f0;
    font-size: 12px;
    font-family: Arial;
}