*{
	font-family: "Georgia";
	color: #666666;
}

.logo{
	width: 10%;
	height: auto;
}

a{
	text-decoration: none;
	color: #666666;
}

a:hover{
	text-decoration: none;
	color: black;
}

input[type=password], select {
	/*this styles all of the text input boxes on the sign up box */
  	width: 50%;
  	padding: 12px 20px;
  	margin: 8px 0;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
  	align-self: center;
  }

  input[type=button], select {
	/*this styles all of the text input boxes on the sign up box */
  	width: 10%;
  	padding: 12px 20px;
  	margin: 8px 0;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
  	align-self: center;
  }