﻿.Title {
	font-family: Arial;
	color: White;
	font-size: 20px;
	font-weight: bold;
}
.Greeting {
	font-family: Arial;
	color: White;
	font-size: 11px;
	font-style:italic;
}
a.HomeOwnerLinks:link 
{
    color: white;
    text-decoration: none;
    background-image: none;
    font-weight: normal;
    font-family: arial;
    font-size: 14px;
}
 a.HomeOwnerLinks:visited 
{   color: white;
    text-decoration: none;
    background-image: none;
    font-weight:normal;
    font-family: arial;
    font-size: 14px;
}
a.HomeOwnerLinks:hover 
{   
    color: #ffeba8;
    text-decoration: Underline;
    background-image: none;
    font-weight:normal;
    font-family: arial;
    font-size: 14px;
}
 a.HomeOwnerLinks:active 
{   color: white;
    text-decoration: none;
    background-image: none;
    font-weight:normal;
    font-family: arial;
    font-size: 14px;
}
a.ContractorsLinks:link 
{
    color: white;
    text-decoration: none;
    background-image: none;
    font-weight: normal;
    font-family: arial;
    font-size: 14px;
}
 a.ContractorsLinks:visited 
{   color: white;
    text-decoration: none;
    background-image: none;
    font-weight:normal;
    font-family: arial;
    font-size: 14px;
}
a.ContractorsLinks:hover 
{   
    color: #c2e7f2;
    text-decoration: Underline;
    background-image: none;
    font-weight:normal;
    font-family: arial;
    font-size: 14px;
}
 a.ContractorsLinks:active 
{   color: white;
    text-decoration: none;
    background-image: none;
    font-weight:normal;
    font-family: arial;
    font-size: 14px;
}