BODY {
   margin-right: 7%;
   margin-left:  7%;
   color:      #EEC;
   background: #113;
   font: 16pt georgia, "century schoolbook", serif;
   }

P {
   margin-top:    1.5em;
   text-indent:     2em;
   text-align:     left;
   margin-bottom: 1.5em;
   }

.title {
   margin-top: 0.5em;
   text-indent: 0;
   text-align: center;
   margin-bottom: 0.2em;
   color: #FFF;
   font: 24pt bold;
   }

.subtitle {
   margin-top: 0.2em;
   text-indent: 0;
   text-align: center;
   margin-bottom: 1.0em;
   color: #EEE;
   font: 20pt bold;
   }

.author {
   margin-top: 1.5em;
   text-indent: 0;
   text-align: center;
   margin-bottom: 0.2em;
   color: #EEE;
   font: 16pt;
   }

.ghost {
   margin-top: 0.2em;
   text-indent: 0;
   text-align: center;
   margin-bottom: 0.2em;
   color: #CCC;
   font: 14pt;
   }

.date {
   margin-top: 0.2em;
   text-indent: 0;
   text-align: center;
   margin-bottom: 0.2em;
   color: #CCC;
   font: 14pt;
   }

.bratdate {
   margin-top: 0.2em;
   text-indent: 0;
   text-align: center;
   margin-bottom: 0.2em;
   color: #eee;
   font: 16pt;
   }

.notreal {
   margin-top:      1.0em;
   margin-left:       15%;
   margin-right:      15%;
   text-indent:       0em;
   text-align:     center;
   color:            #fff;
   background:       #911;
   border: 4px solid #f00;
   padding:         0.3em;
   margin-bottom:   1.0em;
   }

P.chapter {
   margin-top: 2.0em;
   text-indent: 0;
   text-align: center;
   margin-bottom: 0.1em;
   color: #EEE;
   font: 20pt bold;
   padding: 0;
   border: 0;
   }

P.codes {
   margin-top: 0.1em;
   text-indent: 0;
   text-align: center;
   margin-bottom: 1.0em;
   color: #bf0;
   font:  14pt bold;
   }

HR {
   align: center;
   background: #CCC;
   height: 4px;
   width: 55%;
   }

.linkback {
   margin-top: 1.5em;
   text-indent: 0;
   text-align: center;
   color: #CCC;
   font: 16pt bold;
   }

A {
   font: bold;
   color: #EEE;
   text-decoration: none;
   }

A.NR {
   text-decoration: none;
   color: #FF0;
   border: 0;
   }

A:hover, A:focus {
   color: #FFF;
   text-decoration: underline;
   }

EM {
   font: bold italic;
   }

STRONG {
   font: bold;
   color: #FFF;
   }

