body {
  color: #afafaf;
  background: #000000;
  font: normal normal 12pt/14pt "Palatino Linotype";
  text-align: justify;
}

div.tagline {
  vertical-align: middle;
  padding: 0 0;
  margin: 0;
  border: 0px;
  height: 190px;
}

ul#logo {
  text-align: left;
  list-style-type: none;
  padding: 0;
}

ul#logo li {
  height: 0px;
}
 
ul#logo img {
  position: relative;
}

ul#logo img.logo {
  top: 30px;
  left: 10px;
  z-index: 1;
}

ul#tag {
  padding: 7px 0 0 270px;
  width: 30%;
  font: italic normal 18pt/20pt "Poor Richard";
  color: #6060FF;
  text-align: right;
  list-style-type: none;
}

div#leader {
  font: italic normal 14pt/16pt "Palatino Linotype";
  color: #6f4f2f;
  border: solid 3px;
  border-color: #2f2f1f;
  text-align: center;
  padding: 4px 4px 8px 4px;
  margin-bottom: 1em;
}

div#menu {
  display: inline;
  position: fixed;
  top: auto;
  left: auto;
  bottom: 5em;
  width: 250px;
//  float: left;
}

.view {
margin-left: 270px;
  position: relative;
}

.series {
  font: italic normal 16pt/16pt "Poor Richard";
  color: rgb(128,128,255);
}

.category {
  font: italic normal 16pt/16pt "Poor Richard";
  color: rgb(128,128,255);
}

.category p {
  font: italic normal 10pt/12pt "Palatino Linotype";
  color: #afafaf;
}

.model {
  font: bold normal 12pt/14pt "Palatino Linotype";
  padding: 10pt 0 0 0;
  color: #afafaf;
}

.desc {
  font: normal normal 12pt/14pt "Palatino Linotype";
  padding: 0 0 5pt 0;
  color: #afafaf;
}

.spec {
  font: normal normal 10pt/12pt "Palatino Linotype";
  color: #afafaf;
}

dd.spec > span:first-child {
  font-style: italic;
}

.footer {
margin-top: 5em;
}

.footer p#disclaimer {
  text-align: center;
  color: rgb(255,255,128);
  font-style: italic;
}

.footer p#mailto {
  color: blue;
  font-size: 12pt;
  clear: both;
  text-align: center;
}

.footer p#copyright {
  color: blue;
  font-size: 10pt;
  text-align: center;
//  border: solid 1px;
  padding-bottom: 5px;
margin-top: 2em;
margin-bottom: 0;
}

span#ourname {
  font-weight: bold;
}

SPAN#signature {
 font: normal normal 22pt/22pt "French Script MT";
}

p {
  text-align: justify;
  vertical-align: top;
}

a {
  color: rgb(128,128,255);
}

a:hover {
  color: rgb(255,100,0);
}

a:visited {
  color: rgb(100,100,100);
}

.hlinks ul li {
visibility: visible;
color: orange;
}

