@import url("service_links.css");
a:link {
	color: #5A3A09;
	text-decoration: underline;
	text-align: center;
}
a:hover {
	color: #B90000;
	text-align: center;
}
a:active {
	color: #5A3A09;
	text-decoration: underline;
	text-align: center;
}
