﻿body 
{
    background-color: #FFFAE4;
    font-family: palatino linotype, palatino, book antiqua, hoefler text, georgia, serif;
    font-size: 105%;
    line-height: 150%;    
    text-align: left;
}

div.content
{
    width: 45em;
}

div.bodytext
{
    background-color: #FFFDFA;
    border: dashed 1px black;
    margin: 25px;
    padding: 15px;
}

div.footer
{
    background-color: #FFFDFA;
    border-top: solid 1px black;
    font-size: 65%;
    margin-top: 25px;
    padding: 15px;    
}

h3
{
    font-size: 125%;
    font-weight: bold;
    /*margin-bottom: 0;*/
    margin-top: 0;
}

h6
{
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;    
}

table
{
    border: dashed 1px black;
    border-collapse: collapse;
    font-size: 75%;
}

tr.tablealternate
{
    background-color: #ECEAE7;
}

td
{
    padding: 0 0.5em 0 0.5em;
}

td.nowrap
{
    white-space: nowrap;
}

td.synopsis
{
    white-space: normal;
}
