

h1.header {
    color: white;
    background-color: black;
    text-align: right;
    font-size: xx-large;
    font-weight: bold;
    font-family: sans-serif;
}

body {
    background: white;
    color: black;
}

div.sidebar {
    float: left;
    width: 37mm;
    margin: 3mm;
    margin-bottom: 1mm;
    margin-left: 0cm;
    margin-top: 0cm;
}

div.sidebar h2 {
    color: white;
    background-color: black;
    font-weight: bold;
    font-family: sans-serif;
    font-size: medium;
    text-align: left;
    margin: 0cm;
}

div.sidebar p {
    color: black;
    background-color: #cccccc;
    font-size: small;
    text-align: left;
    margin-top: 0cm;
    margin-left: 0cm;
    margin-left: 0cm;
    margin-bottom: 0cm;
}

div.aside {
    position: absolute;
    margin-left: -4cm;
    width: 3.9cm;
    text-align: justify;
    float: left;
    clear: left;
}

div.aside p {
    margin: 0cm;
    font-size: small;
    text-align: left;
}


div.sidebar p.copyright {
    font-weight: bold;
}

div.sidebar p.license {
    font-style: italic;
    font-size: xx-small;
}

div.bodytext {
    margin-left: 4cm;
    margin-top: 0cm;
    font-size: medium;
    color: black;
    background-color: white;
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

div.bodytext p {
    margin-left: 1cm;
    text-align: justify;
}

div.bodytext h1 {
    margin-left: 0cm;
    margin-top: 0cm;
    font-size: x-large;
    font-weight: bold;
    clear: right;
}

div.bodytext h2 {
    margin-left: 0cm;
    font-size: x-large;
    font-weight: bold;
    border-bottom: 3pt solid
}

div.bodytext h3 {
    margin-left: 0cm;
    font-size: large;
    font-weight: bold;
}

div.bodytext h4 {
    margin-left: 1cm;
    font-size: medium;
    font-weight: bold;
    font-style: italic;
}

div.bodytext h5 {
    margin-left: 1cm;
    font-size: medium;
    font-style: italic;
}



h2.character-template,h3.character-template,h4.character-template {
    font-style: italic;
    margin-bottom: 0cm;
    padding-bottom: 0cm;
}


table.character-template {
    margin-left: 0cm;
}



div.header {
    background-color: gray80;
    background-image: url(graphics/smalltop.jpg);
    text-align: right;
    color: white;
    font-size: 20pt;
    font-weight: bold;
}


table {
    margin-left: 2cm;
    font-size: small;
}


table caption {
    color: white;
    background-color: black;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
}

table th {
    background-color: black;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
}

table tr.dark {
    background-color: gray70;
}

table tr.light {
    background-color: gray90;
}

dl {
    margin-left: 1cm;
    font-size: medium;
}

dt {
    font-weight: bold;
    font-size: medium;
}

dd {
    text-align: justify;
    margin-left: 0.5cm;
    margin-right: 1cm;
    font-style: italic;
}


p.tagline {
    text-align: right;
    font-weight: bold;
    font-style: italic;
    font-size: medium;
}

a:link {
    color: blue;
}

a:visited {
    color: red;
}

a:hover:link,a:hover:visited {
    background-color: yellow;
}


span.note {
    font-style: italic;
}

span.warning {
    font-weight: bold;
    font-style: italic;
    color: red;
}

div.alpha {
    border: 1mm solid red;
    padding: 2mm;
}

div.beta {
    border: 1mm solid yellow;
    padding: 2mm;
}

div.alpha p {
    color: gray50;
}

div.beta p {
    color: gray75;
}

div.beast {
    border: 1mm solid black;
    padding: 2mm;
    margin-left: 1cm;
}

div.beast h4 {
    color: black;
    font-size: 20pt;
    font-weight: bold;
    margin: 0cm;
}

div.beast p {
    color: black;
    margin: 0cm;
    text-align: justify;
    font-size: medium;
}

div.beast table.attributes {
    margin: 0cm;
}

div.beast table.attributes th {
    color: black;
    font-weight: bold;
    background-color: white;
    font-size: small;
}

div.beast table.attributes td {
    text-align: center;
    font-size: small;
}

table.attributesOpen {
    margin: 1cm;
}

table.attributesOpen td.name {
    color: black;
    font-weight: bold;
    background-color: white;
    font-size: medium;
    text-align: left;
    border: 0mm none black;
}

table.attributesOpen td {
    text-align: center;
    font-size: medium;
    border: 0.5mm solid black;
    background-color: #efe;
}

div.character {
    border: 1mm solid green;
    background-color: #f7fff7;
    padding: 2mm;
    margin-left: 1cm;
    font-size: small;
}

div.character h4 {
    color: green;
    font-size: large;
    font-weight: bold;
    margin: 0cm;
}

div.character p {
    color: black;
    margin: 0cm;
    text-align: justify;
    font-size: small;
}

div.character table.attributes {
    margin: 0cm;
}

div.character table.attributes th {
    color: black;
    font-weight: bold;
    background-color: #f7fff7;
    font-size: small;
}

div.character table.attributes td {
    text-align: center;
    font-size: small;
}

ol {
    font-size: medium;
    margin-left: 1cm;
}

div.note {
    border: 1pt solid black;
    margin-left: 10mm;
    margin-right: 5mm;
    padding: 3pt;
}

div.note h6 {
    background-color: black;
    color: white;
    margin: -3pt;
    padding: 1pt;
    font-size: medium;
}

div.note p {
    margin-left: 3pt;
}

