<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>mlambert1144140 new document title</title>
</head>
<body>
<p>#title {  	font-family: arial, serif;         background-color: black;  	height: 300px;         width: 3000px:  }  nav { 	         padding: 15px;  	font-size: 20px;  	 }  body {  	font-family: "Times New Roman", serif;  	font-size: 30px; } #welcome {  	font-size: 50px;  	font-weight: bolder;  }  #title {  	background-size: contain;  	background-position: center; }  form {  	border: solid;  	border-radius: 3px;  	padding: 50px 50px;  	margin: 5px;  	font-size: 22px; }  input {  	width: 500px; }  #submitButton {  	width: 100px;  	border-radius: 10px;  	color: #FFFFFF 	background-color: #000000; }  #daySelect {  	font-size: 22px;  	padding: 0 100px;  }</p>
</body>
</html>