body {background-color: #A9A9A9;
      color: #006000;
      font-family: "Times New Roman", Times, serif;}
p {color: #006000;}
div {width: 300px;
	 padding: 10px;
 	 border: 10px groove green;
 	 margin: 10px;
	 outline: blue outset thick;
 	 background-image: url("sand.jpg");}
