body {
	/*background-color: rgba(0, 255, 0, 0.2);*/
	background-image: url("pinecone2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
	}
	
h1 {
    font-family: "Times New Roman", Times, serif;
	color:black;
	text-align:center;
	
	}

h2 {
	color:black;
	text-align:left;
	
	}
	
p.ex {
    color:black;
}	
	
