/* ============================================================= */
/*  BLACKROSOFT.COM  -  Official Stylesheet  -  (c) 1995        */
/*  Best viewed in NCSA Mosaic or Netscape Navigator 1.1         */
/* ============================================================= */

body {
  background-color: #c0c0c0;
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  margin: 16px;
  padding: 0;
}

a {
  color: #0000ee;
}

a:visited {
  color: #551a8b;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 12px 0 8px;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 6px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 4px;
}

.page {
  max-width: 640px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 2px solid #000000;
  padding: 16px 20px;
}

.navbar {
  margin: 12px 0;
  font-size: 15px;
}

.navbar a {
  text-decoration: underline;
}

.navsep {
  color: #000000;
  text-decoration: none;
}

.products {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}

.products td {
  border: 1px solid #000000;
  padding: 10px 12px;
  vertical-align: top;
  width: 50%;
  background-color: #ffffff;
}

.product-name {
  font-size: 18px;
  font-weight: bold;
}

.tagline {
  font-style: italic;
}

.price {
  font-weight: bold;
}

.buy-btn {
  font-family: inherit;
  font-size: 14px;
}

.fineprint {
  font-size: 12px;
}

.footer {
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid #000000;
  font-size: 13px;
}

hr {
  border: none;
  border-top: 1px solid #000000;
  margin: 14px 0;
}

hr.thick {
  border-top: 2px solid #000000;
}

.under-construction {
  font-weight: bold;
  font-size: 14px;
  background-color: #ffff00;
  border: 1px solid #000000;
  padding: 4px 8px;
  display: inline-block;
}

.counter {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  letter-spacing: 2px;
  background-color: #000000;
  color: #00ff00;
  padding: 4px 8px;
  border: 1px inset #808080;
}

table.formtable {
  margin: 0 auto;
  text-align: left;
}

table.formtable td {
  padding: 4px 8px;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 14px;
}

ul {
  margin-top: 4px;
}

.guestbook-entry {
  margin-bottom: 8px;
}
