@charset "utf-8";
.telephone_white {
	color: #3F0;
	text-decoration: underline;
	font-size: 18px;
}

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

/* mouse over link */
a:hover {
    color: hotpink;
}
.telephone_white {
	color: #6F0;
}
