I am having a problem with the background color for images. I have links with a colored background and colored when hovered, but this also does it for images which is what I don't want. Here is the CSS:

Code:
a:link,a:visited {
	margin: 0 auto;
	display: block;
	font-weight: 400;
	color: #000000;
	display: block;
	width: 120px;
	background-color: #FF9001;
	text-align: center;
	padding:
...