/*
 * Style sheet for the HTML 4.0 specification
 * $Id: gurps-pg.css,v 1.0 2003/02/12 22:45:00 dspence Exp $
 */

    body {
        background-color: black;
        background-image: url("http://www.sjgames.com/gurps/traveller/img/stars.gif");
        color: white;
    }

    a:link    { color: blue }    /* unvisited links */
    a:visited { color: red }     /* visited links   */
    a:hover   { color: yellow }  /* user hovers     */
    a:active  { color: green }   /* active links    */

div.title
    {text-align: center;}

div.title table {
    width: auto;
    border: none;
    margin: auto;
    padding: auto;
    border-collapse: collapse;
    }

div.title table * {
    border: none;
    margin: 0;
    padding: 0;
    }

h1, h2, h3, caption {
    text-align: center;
    font-variant: small-caps;
    }

.book, acronym {
    font-style: italic;
    font-weight: bold;
    }

.book I, abbr {
    font-style: italic;
    font-weight: normal;
    }

var {
    font: italic bold smaller sans-serif;
    }

ul.toc {
    list-style-type: none;
    }

ol, ul {
    padding-left: 1em;
    padding-right: 0.5em;
    }

li {
    margin-bottom: 1em;
    text-align: justify;
    }
ul.toc li {
    margin-bottom: 0;
    }
li.inbox {
    font-style: italic; text-indent: 1em;
    }

p {
    text-indent: 2em; margin: 0; text-align: justify}

a.foot
    {
    vertical-align: super;
    font-size: 75%;
    font-weight: bold;
    }

.textbox
    {
    margin: 1em 0;
    border: solid thin;
    padding: 1em;
    background: silver;
    color: black;
    }

.textbox table
    {
    width: 100%;
    margin: 1em 0
    }

colgroup.c1 {
    text-align: right;
    }

td, th
    {
    margin: 0;
    border: 0 1px;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    font-size: smaller;
    }

thead, tbody
    {
    margin: 0;
    border: 1px 0;
    padding: 0;
    }

div.title table {
    width: auto;
    border: none;
    margin: auto;
    padding: auto;
    }

.normalized {
    font-weight:normal;
    font-style:normal;
    }

.A-HEAD {
    font: bold xx-large sans-serif;
    text-align: right;
    text-transform: uppercase;
    margin: 1em 0;
    }

.B-HEAD {
    font: small-caps bold x-large sans-serif;
    text-align: right;
    margin: 1em 0;
    }

.C-HEAD {
    font: small-caps bold large sans-serif;
    text-align: left;
    margin-top: 1em;
    }

.D-HEAD {
    font: italic bold large serif;
    text-align: left;
    margin-top: 1em;
    }

.E-HEAD {
    font: italic bold serif;
    text-align: left;
    }

.TEXT, p.TEXT-BOX {
    text-indent: 3em;
    text-align: justify;
    }

.TEXT-CSTATS, .TEXT-BOXSTATS, .BOXSTATS p {
    padding-left: 1em;
    text-indent: -1em;
    text-align: justify;
    }

.PULLQUOTE {
    font: bold large cursive;
    background-color: gray;
    text-indent: 3em;
    text-align: left;
    padding: 1em;
    border-style: outset;
    }

.SIG, .SIG-QUOTE, .SIG-BOX {
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
    }

.BOX, .BOXSTATS {
    background-color: silver;
    color: black;
    margin: 0.5em;
    border: thin solid;
    padding: 0.5em;
    float: right;
    font-size: smaller;
    width: 50%;
    }

.BOXSTATS h4, .BOX h4 {
    margin: 0 0 1em;
    }

.BOX table {
    font-size: larger;
    margin: 0 1em;
    }

.B-BOXHEAD {
    font: small-caps bold large sans-serif;
    text-align: center;
    margin: 0;
    }

.C-BOXHEAD {
    font: small-caps bold medium sans-serif;
    text-align: center;
    margin: 0;
    }

.D-BOXHEAD {
    font: italic bold small serif;
    text-align: center;
    margin: 0;
    }
