/* CSS for computer descriptions. */
/* $Id: computerinfo.css,v 1.1 2006/01/22 03:32:14 craig Exp $ */

body.computerinfo { 
  /*  font-family: verdana, Arial, Helvetica, sans-serif; */
  /* font-size: 12px; */
  margin-left: 2%;
  margin-right: 2%;
}

.computerinfo h1 { 
  text-align: center;
}

.computerinfo h3 { 
  padding-left: 1em;
}

/* Indent paragraphs */
.computerinfo p {
  text-indent: 2em;
}

.computerinfo div.copyright, .computerinfo address, .computerinfo div.validator {
  padding-top: 1em;
  font-size: x-small;
  text-indent: 0px;
}

.computerinfo div.validator img {
  vertical-align: middle;
  border-width: 0px;
  padding-left: 2em;
}

.computerinfo code {
  font-family: monospace;
  font-weight: bold;
  white-space: nowrap;
}
