/*used for cars.php*/
#body1 { 
	background-image: none; 
	background-color: #555; 
	font-family: arial, sans-serif; 
	line-height: 1.1; 
	color: #eee; 
	font-size: medium;
	font-weight: bold;
	margin: 20px; 	 
}
img { 
	display: block; 
	margin: auto; 
}
p { 
	text-align: center; 
}
a { 
	outline: none; 
}
a:link { 
	color: #eee; /* unvisited link */
} 
a:visited { 
	color: #bbb; /* visited links */
} 
a:hover { 
	color: #ff9900; /* hover links */
} 
a:active, a:focus { 
	color: #ff0000; /* active links */
	background-color: transparent;
}  