@charset "utf-8";
.telephone_white {
	color: #FFF;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: hotpink;
}