/**
 * Stylesheet for Rapina's stories on ASSTR
 */
body {
  background-image: url(images/iflanl.jpg);
  background-color:FF0033
  color: black;
  margin: 0 5%;
  font-size: 16pt; /* pt for point, same measurement as in Windows &c.. */
  font-family: "Monotype Corsiva", "ParkAvenue BT", "BlackChancery", "Signet Roundhand", "VladimirScrD", "CommercialScrD", "PhyllisIniD", fantasy, sans-serif, Arial;
}

hr {
  margin: 0 5%;
}
td {
  font-weight: bold;
}

a.plain, a.navlink {
  text-decoration: none;
  color: black;
}
a.plain:visited {
  color: purple;
}
a.navlink:visited {
  color: black;
}
a.plain:hover, a.plain:active, a.navlink:hover, a.navlink:active {
  color: red;
  text-decoration: underline;
}

/* underline on link hover/active is a very good idea.  otherwise there is no way to tell whether something is a link or not. */

