body {
  margin: 20px 0 0 0;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fffff0;
  color: #000;
}
#wrapper {
  margin: 0 auto;
  width: 600px;
}
#navigation {
  margin: 0 38px 0 39px;
}
#footer {
  clear: both;
  width:600px;
  margin:0 auto;
}
.linevmargin {
  margin: 2px 0;
}
#content li {
  list-style: url(images/bullet.gif) disc outside;
  margin-bottom: 5px;
}
a:link {
  color: #0000ff;
}
img.spaceleft {
  margin-left: 8px;
}
a:visited {
  color: purple;
}
a:hover {
  color: #c70fff;
}
#content {
  width: 600px;
  margin-top: 10px;
}

h2 {
  font-size: 2em;
}
.smaller {
  font-size: .8em;
}
.right {
  float: right;
  margin-left: 8px;
  margin-bottom: 5px;
}

.keyline {
	border:  solid 1px #555;
}
.left {
  float: left;
  margin-right: 8px;
  margin-bottom:  50px;
}
.center {
  text-align: center;
}
.keyline {
  border: 1px solid #000;
}
span.purple {
  color: #800080;
}
img {
  border-style: none;
}
.textright {
  text-align: right;
}

fieldset {
  border-style: none;
}