/* site.css — shared styling for BaileesBoysKissingBoys.com.
   Deliberately minimal: most look comes from real period GIFs + HTML table
   layout. Times New Roman, simple link colors, a readable content panel over
   the tiled starfield background. No loud effects. */

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  color: #ffff99;
  background-color: #000022;
  background-image: url("images/stars.gif");
  margin: 0;
  padding: 12px 0 28px 0;
}

a        { color: #66ccff; }
a:visited{ color: #cc99ff; }

/* centered readable content panel sitting over the busy background */
.page {
  width: 600px;
  margin: 0 auto;
  background: #000044;
  border: 3px ridge #6666cc;
  padding: 18px 24px;
  color: #ffffcc;
}

h1 { font-size: 30px; color: #ffffff; margin: 6px 0; }
h2 { font-size: 20px; color: #ffcc66; margin: 18px 0 6px 0; }

/* left nav cell */
.nav td { padding: 4px 0; }

/* keep period images from getting a link border */
a img { border: 0; }

img.divider { margin: 10px 0; }

.footer { font-size: 12px; color: #9999cc; }
