@charset "utf-8";
/* CSS Document */
body {
  background-color: #F2D6B3;
  color: #A66038;
	width: 1000px;
}
a:link {
  color: #A66038;
}
a:hover {
  color: #29603A;
  font-size: 20pt
}
a:visited {
  color: red
}
h1 {
	text-align: center;
  font-size: 34pt;
  font-family: "Lucida Sans Typewriter"
}
h2 {
  font-size: 20pt;
  color: #A66038;
  font-family: "Hoefler Text";
}
h3 {
  font-size: 20pt;
  color: #A66038
}
ul {
  color: #29603A
}
p {
  color: #000000;
  font-family: "Gill Sans MT";
	width: 1000px;
}
div{
	margin: 10px;
	 top: 50%;
  left: 50%;
}