body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6em;
  color: #002F87;
  background-color: #FCB514;
  -webkit-appearance: none;
  -moz-appearance: none;
  -appearance: none;
  cursor: none;
}

a:link {
  color: #041E42;
  background-color: transparent;
  text-decoloration: none;
}

a:visited {
  color: Red;
  background-color: transparent;
  text-decoloration: none;
}

a:hover {
  color: Ivory;
  background-color: transparent;
  text-decoloration: none;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoloration: none;
}
 
h1, h2, h3 {
  font-family: sans-serif;
  font-weight: normal;
}

#respond {
  margin-top: 40px;
}

#respond input[type='text'],
#respond input[type='email'],
#respond textarea {
  margin-bottom: 10px;
  display: block;
  width: 100%;

  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;

  line-height: 1.4em;
}


figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
}

figcaption {
  background-color: transparent;
  color: Red;
  font-style: italic;
  font-size: 11px;
  padding: 2px;
  text-align: left;
}
