body {
	font-family: arial, helvetica, sans-serif;
	background: white;
	color: black;
	padding: 5px;
}
.contents {
  position: absolute;
  top: 100px;
  left: 180px;
  width: 643px;
  background: white;
  padding: 2px 5px;
  border: 1px outset #99f;
  margin-bottom: 5px;
}
.contents h1, h2, h3, h4, h5 {
  background-color: white;
  border: 2px solid #99f;
  padding: 5px;
}
.contents a {
  color: #c00;
  text-decoration: underline;
}
.email {
  color: #c00;
}
.contents a:hover {
  color: #f33;
  text-decoration: underline;
}
p.footer {
  border: 1px solid #99f;
  font-size: small;
  padding: 2px 5px;
}
.global_nav {
  border: none;
  width: 822px;
  padding: 0px;
  padding-bottom: 5px;
}
.buttons a {
  color: black;
  border: 1px outset #66f;
  background: #ccf;
  padding: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
  margin: 0px;
  width: 152px;
  text-align: left;
}
.buttons a:hover {
  border: 1px outset black;
  padding: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
  text-decoration: none;
}
.buttons a:visited {
  color: #333;
}
.buttons p {
  border: 1px inset #66f;
  background: white;
  width: 152px;
  margin: 0px;
  padding: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}
p.question {
  background: #ddf;
  font-weight: bold;
  padding: 5px;
}
div.announce, div.versions {
  background: #eef;
}
div.announce p.posted {
  font-size: small;
  border: none;
  margin: 0px;
}
div.announce p.subtitle {
  border: 1px solid #99f;
  font-style: italic;
  padding: 2px;
  background: white;
  margin: 5px;
}
div.announce h4, div.versions h4 {
  background: white;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #99f;
  margin-bottom: 3px;
}
div.announce p, div.versions dl {
  padding-left: 5px;
  padding-right: 5px;
}
dt {
  background: #ccf;
  padding: 3px;
}
p.block {
  background: #ddf;
  padding: 3px;
}
