body {
   background-color: white;
   background-image: url('pics/backgrounds/parch3.jpg');
   margin-left: 7.5%;
   margin-right: 7.5%;
   margin-bottom: 7.5%
   }

h1 {
   text-align: center;
   }

h2 {
   text-align: center;
   }

h3 {
   text-align: left;
   }

h4 {
   text-align: left;
   }

h5 {
   text-align: center;
   }

h6 {
   text-align: center;
   }

p {
   text-indent: 0;
   text-align: justify;
   }

p.indent {
   text-indent: 25px;
   margin: 0;
   }

p.charbio {
   margin-bottom: 0;
   }

p.charsheet {
   font-family: 'Courier New', Courier, Fixedsys;
   font-size: 10pt;
   font-weight: 500;
   }

p.charhist {
   text-indent: 25px;
   text-align: left;
   font-family: 'Courier New', Courier, Fixedsys;
   font-size: 10pt;
   }

p.revindent {
   margin-left: 25px;
   text-indent: -25px;
   }

.center {
   text-align: center;
   }

dl {
   font-family: 'Courier New', Courier, Fixedsys;
   font-size: 10pt;
   padding-bottom: 0;
   }

dt {
   font-weight: bold;
   }

dt b {
   font-weight: normal;
   }

dt.inside {
   font-weight: normal;
   font-style: italic;
   }

dd dl {
   padding: 0;
   }

dl dt {
   font-weight: bold;
   }

dd.indent {
   text-indent: 25px;
   }

dd p.revindent {
   margin: 0;
   padding: 0;
   margin-left: 25px;
   text-indent: -25px;
   }

table.charsheet {
   border-collapse: separate;
   }

table.charsheet tr th {
   text-indent: 0;
   font-family: 'Courier New', Courier, Fixedsys;
   font-size: 10pt;
   text-align: left;
   padding: 0;
   padding-right: 10px;
   }

table.charsheet tr td {
   text-indent: 0;
   font-family: 'Courier New', Courier, Fixedsys;
   font-size: 10pt;
   padding: 0;
   padding-right: 10px;
   }

hr {
   }

ul {
   list-style-type: disc;
   }

li {
   text-align: left;
   }

img {
   border-style: none;
   padding-left: 10px;
   padding-botton: 10px;
   }

a:link {
   color: blue;
   }

a:visited {
   color: blue;
   }

em {
   font-weight: bold;
   font-style: italic;
   }

em.title {
   font-weight: normal;
   font-style: italic;
   text-decoration: underline;
   }

.small {
   font-size: 8pt;
   }