@charset "iso-8859-1";

body { 
  font-family: Verdana, Arial, Tahoma;
  text-align: center;
}

p { 
  font-size: 0.8em;
  margin-top: 0px;
  margin-bottom: 1em;
}

h1 { 
  font-size: 1.3em;
  margin-top: 0px;
  line-height: 110%;
  font-weight: 600;
}

a {
  color: #AE380F;
  text-decoration: underline;
}

a:visited {
  color: #C78E37;
}

a:hover, a:focus, a:active { 
color: #AE380F;
border: 0;
text-decoration: none;
}



/* specific elements */
#container {
  width: 500px;
  margin: 20px auto;
  padding: 1em;
  color: #000000;
  border: 1px solid #c78e37;
  line-height: 120%;
  text-align: center;
  background: #FBFAE1;
}

#content img {
  margin: 8px;
  border: 0;
}

#footer p {
  font-size: 8pt;
  margin-bottom: 0;
}