/*--- Document Style ---*/

a:link              { /* Document Links */
        color           : blue;
        }
a:visited           { /* Visited Links */
        color           : yellow;
        }
a:hover             { /* Hover Links */
        color           : red;
        }
a:active            { /* Active Links */
        color           : red;
        }
p                   { /* All Paragraphs */
        margin-bottom   : 1em;
        }

.font12b               { /* Common */
        font            : 12pt 'MS Sans Serif';
        color           : black;
        }
.font14b               { /* Common */
        font            : 14pt 'MS Sans Serif';
        color           : black;
        }
.font16b               { /* Common */
        font            : 16pt 'MS Sans Serif';
        color           : black;
        }
.font20b               { /* Common */
        font            : 20pt 'MS Sans Serif';
        color           : black;
        }

body {
     margin: 0 auto;
     width: 588pt;
     text-align:justify;
     }

/* Box is an element centered on the page. Other elements have absolute position within this box. */
#box {
     position: relative;
     }

/*--- EndOfFile ---*/