body {
  background-color: #000000;
	background-image: url("stripe.jpg");
  background-repeat: repeat-y;
  margin-left: 25px;
}
h1 {
	color: white;
}
h2 {
	color: aqua;
}
h3 {
	color: yellow;
  font-size: 200%;
	background: red;
	padding: 10px 10px 10px 100px;
}
