@charset "utf-8";
.header {
	text-align: center;
}
a:link {
	color: #acac9d;
	font-weight: bold;
}
a:visited {
	color: #acac9d;
}
a:hover {
	color: black;
}
a:active {
	color: #acac9d;
}
input[type=text] {
  border: none;
  border-bottom: 2px solid #ACAC9D;
  width: 400px;
  	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #ACAC9D;
	font-size: 14px;
	text-align-last: center;
}
select {
  width: 400px;
  padding: 16px 20px;
  border: 2px solid #ACAC9D;
  border-radius: 2px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #ACAC9D;
	text-align-last: center;
}
textarea {
  width: 400px;
  height: 100px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ACAC9D;
  border-radius: 2px;
  resize: none;
  	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #ACAC9D;
	text-align-last: center;
}
input[type=button], input[type=submit], input[type=reset] {
  background-color: white;
  border: 2px solid #ACAC9D;
  color: #ACAC9D;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}