p{
	margin:0;
	padding:0 0 10px 0;
	background-image: url("someimage.jpg");
}
a:hover{
	color:Red;
}
p:hover{
	color:blue;
}
