a:link 
{
	text-decoration: none;
	
color: #FFFFFF;
}

a:visited 
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover 
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:active 
{
	text-decoration: none;
	color: #000000;
}

a.external:link {color: #FC0000;}

p.c6 {
	color: #fff;
}

.c1 {
    position: relative;
}

.c1 #phone {
    color: #fff;
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    position: absolute;
        width: 100%;
        height: auto;
        bottom: 2rem;
        z-index: 100;
    text-align: center;
}