	h1 {
	  color: rgb(255, 128, 0, 1.0);
	  text-align: center;
	  font-size: 1.875em;
	  font-family: "Times New Roman";
	}
  
	h2 {
	  color: rgb(255, 165, 0, 1.0);
	  text-align: center;
	  font-size: 1.25em;
	  font-family: "Times New Roman";
	}
  
	p {
	  color: rgb(255, 165, 0);
	  /*border: 1px solid black;*/
	  padding: 0.3125em;
	  text-align: center;
	  opacity: 1.0;
	  font-size: 1em;
	  font-family: "Arial";
	}

	body {
	background-image: url('images/Background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
	}
/*

	.box {
	  margin: 0.9375em;
	  border: 1px solid black;
	  background-color: rgb(0, 20, 51);
	  opacity: 1.0;
	  text-align: center;
	}

	html {
	  background: url(images/Background.jpg) no-repeat center fixed;
	  background-size: cover; 
	}
*/
