* {
  font-family:arial, helvetica, sans-serif;
  font-size:14px;
}

html, body {
  height:100%;
}

body {
  background-color:#d9bf8e;
  margin:0;
  padding:0;
}

a {
  text-decoration:none;
}

textarea {
  height:40px;
  width:400px;
}

hr {
  background-color:black;
  border:0;
  height:1px;
}