﻿a {
    color: white;
    font-weight: normal;
    border: 2px solid white;
    text-decoration: none;
}

    a:link {
        color: white;
        font-weight: normal;
    }

    a:visited {
        color: white;
        font-weight: normal;
    }

    a:active {
        color: white;
        font-weight: normal;
    }

    a:hover {
        color: white;
        font-weight: bold;
    }

.Phone-no a {
    color: black;
}
