a:link.auto_links, a:visited.auto_links, a:active.auto_links, a:hover.auto_links {
		font-size: 12pt;
		font-weight: bold;
		color: #123456;
		text-decoration: none;
}

table.cars_list a:link, table.cars_list a:visited, table.cars_list a:active, table.cars_list a:hover{
	font-size: 12pt;
	font-weight: bold;
	color: #123456;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}