body {
	text-align: center;
	margin: 0 auto;
	align: center;
}
	
table.wrapper {
	width: 100%;
}
	
table.wrapper td {
	width: 100%;
}
	
table.dealer {
	/*
	width: 500;
	*/
}

table.dealer td {
	padding: 0px;
	margin: 0px;
	color:black; /* #007cb6;*/
	font-size: 16px;
	text-align: center;
}

a, a:active {
	color: black; /* #007cb6; */
	text-decoration: none;
}

a:hover {
	color: black; /*#007cb6;*/
	text-decoration: underline;
}
