body {
	background: white;
	margin: 0px;
	padding: 50px;
	padding-top: 25px;
	text-align: center;
	font: bold 14px Futura, Arial;
	color: #dadada;
	text-transform: uppercase;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.4);
}	

h1 {
	margin: 0px;
	padding: 0px;
}

h1 img {
	width: 100%;
	height: auto;
}

ul {
	margin-bottom: 30px;
}

ul li {
	display: inline;
	list-style: none;
	padding: 10px;
	font-size: 18px;
	
	font-weight: bold;
}

a {
	color: #dadada;
	-webkit-transition: 0.2s ease-out;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.4);
	display: inline-block;
}a:hover {
	color: #969696;
	color: black;
	color: #0096ff;
	text-shadow: 0px -1px 1px #00497d;
}a:active {
	color: black;
}

#emailaddress {
	background: transparent;
	border: none;
	border-bottom: 2px dotted #dadada;
	font: bold 14px Futura, Arial;
	color: #dadada;
	-webkit-transition: 0.3s ease-out;
}#emailaddress:focus {
	color: #0096ff;
}

#gobutton {
	background: #dadada;
	color: white;
	border: none;
	font: bold 14px Futura, Arial;
	padding: 5px;
	padding-bottom: 3px;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: 0px -1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -1px 1px rgba(0,0,0,0.4);
	cursor: pointer;
	-webkit-transition: 0.2s ease-out;
}#gobutton:hover {
	background: #0096ff;
	-webkit-box-shadow: 0px -1px 1px #00497d;
	-moz-box-shadow: 0px -1px 1px #00497d;
}