body {
	background-color: lightblue;
	background-image: url("/bahamasocean.jpg");
	background-position: right top;
	}

h1	{
	font-family: "lucida calligraphy", times, serif;
	font-style: italic;
	color: blue;
	text-align: center;
	}

div	{
	margin: auto;
	margin-top: 50px;
	background-color: rgb(224, 255, 255, 0.8);
	width: 70%;
	border-radius: 50px;
	border: 15px solid lightskyblue;
	padding: 50px;
	}

table {
	border-collapse: collapse;
	width: 100%;
	}

tr, td {
	border-collapse: collapse;
	}

.textual {
	width: 70%;
	text-align: left;
	}

.imagery {
	vertical-align: top;
	object-fit: contain;
	}

p.italic {
	font-style: italic;
	text-align: center;
	}
p.error { color: red; }
.container {
	border: none;
	background-color: rgb(224, 255, 255, 0.1);
	}

input[type=text], select {
	padding: 10px;
	margin: 8px;
	display: inline-block;
	border: 1px solid lightskyblue;
	border-radius: 4px;
	box-sizing: border-box;
	}

input[type=submit] {
	width: 25%;
	background-color: rgb(224, 255, 255);
	color: black;
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px solid lightskyblue;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	}

input[type=submit]:hover {
	width: 25%;
	background-color: lightskyblue;
	padding: 10px;
	margin: 10px 0 0 0;
	float: right;
	}
