@charset "utf-8";
/* CSS specific to services.html and all pages branched from services.html */

table {
	text-align: center;
	width: 90%;
	margin: auto;
}
td {
	border-width: 1px;
	border-style: outset;
}
.specialNote {
	text-align: center;
	font-size: 12px;
}
