body {
	background-color: #000000;
}

a.imageLinks:hover{
	
	width:100px;
	height:50px; 

}



a:link {
	background: #000000; text-decoration: none
}

a:visited {
	text-decoration: none
}

a:active {
	text-decoration: none
}

a:hover {
	color: none;
	<!--background-image:url('images/xingdesign_01.jpg');-->
}

<!-- A:link
Defines the style for normal unvisited links.

A:visited
Defines the style for visited links.

A:active
Defines the style for active links.
A link becomes active once you click on it.

A:hover
Defines the style for hovered links.
A link is hovered when the mouse moves over it.
Note: Not supported by Netscape browsers prior to version 6-->