body {
	background-color: powderblue;
	background-image: url(clippers.gif);
	background-repeat: repeat;
}
h2 {
	text-align: center;
	font-size: 100px;
	color: blue;
	width: 40%;
	margin-left: auto;
  	margin-right: auto;
	background-color: white;
	border: 5px outset red;
}


p {
	text-align: center;
	font-size: 30px;
	color: blue;
	width: 50%;
	margin-left: auto;
  	margin-right: auto;
	background-color: white;
	border: 5px outset red;
}

f {
	text-align: center;
	font-size: 30px;
	color: blue;
	width: 50%;
	margin-left: auto;
  	margin-right: auto;
	background-color: white;
	border: 5px outset red;
}


.myDiv {
	font-family: 'Arial';
	font-weight: bold;
	text-align: center;
}

