body {
	color: yellow;
	background-color: teal;
}
.hello{
	color: orange;
}
#intro {
	color: white;
}
body {
	background-image: url("https://images-na.ssl-images-amazon.com/images/G/01/img15/pet-products/small-tiles/23695_pets_vertical_store_dogs_small_tile_8._CB312176604_.jpg");
}
body {
	background-repeat: repeat-x;
}

p {
	font-size: 12px;
	color: blue;
	font-family: Futura,"Trebuchet MS" ,Arial,sans-serif;
}
    