/** Declaration for the a.singleRollover selector **/a.singleRollover {	display: block;	width: 50px;	height: 50px;	background: url(images/singleRolloverImage.jpg) no-repeat 0 0;	overflow: hidden;	text-indent: -10000px;	font-size: 0px;	line-height: 0px;}/** Declaration for the additional states of the a.singleRollover selector **/a:visited.singleRollover {	background-position: 0 -50px;}a:hover.singleRollover {	background-position: 0 -100px;}a:active.singleRollover {	background-position: 0 -150px;}