body {
  font: 80% Arial, Helvetica, sans-serif;
  color: #cccc66;
  background-color: #000;
  font-weight: bold;
  text-align: center;
}
#wrapper {
  position: relative;
  margin: 0 auto;
  width: 600px;
  text-align: left;
}
#rightnav {
	position: absolute;
	top: 0px;
	right: 0px;
}
.onedown {
  font-size: .85em;
  color: #cccc66;
  background-color: #000;
  font-weight: bold;
}
p,normal {
  font-weight: normal;
}
.headline3 {
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
  color: #cccc66;
}
table.order {
	color: #000;
	background-color: #fff;
}
table.order td.colored {
	background-color: #DBDB72;
}
.bold {
  font-weight: bold;
  color: #cccc66;
  letter-spacing: 1px;
}
strong {
  color: #cccc66;
  font-weight: bold;
  letter-spacing: 1px;
}
a:hover {
  color: #ff0000;
}
a:link {
  color: #cccc66;
}
a:visited {
  color: #cccc66;
}
a:active {
  color: #cccc66;
}
ol li {
  margin-top: 3px;
}
.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline;
}
.center {
  text-align: center;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline;
}
.keyline {
  border: 1px solid #fff;
}
table.tablemargin {
  margin-bottom: 10px;
}
p.special {
  border: 2px solid #cccc66;
  padding: 4px;
  margin: 0 18%;
}
img {
  border-style: none;
}
img.right {
	float: right;
	margin-bottom: 10px;
	display: inline;
}
.right0 {
  float: right;
}
table.aligncenter {
  margin: 0 auto;
}

