body { 
    font-family: verdana, arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 10pt;
    background-color: rgb(204,204,255);
    width: 100%;
}

#document {
    width: 780px;
    margin: auto;
    padding: 1em;
    background-color: rgb(51,0,153);
    color: rgb(255,255,255);
    overflow: auto;
}

#content {
    overflow: auto;
}

#title {
    text-align: left;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dashed rgb(255,255,0);
}

.title {
    font-variant: small-caps;
    font-size: xx-large;
}

.subtitle {
    font-style: italic;
    font-size: 8pt;
}

a {
    color: rgb(255,255,0);
    text-decoration: none;
}

a:hover {
    font-weight: 600;
}

#pane {
    width: 230px;
    height: 380px;
    float: left;
    border-left: 1px dashed rgb(255,255,0);
    border-bottom: 1px dashed rgb(255,255,0);
    xborder-right: 1px dashed rgb(255,255,0);
    xborder-left: 1px dashed rgb(255,255,0);
    padding-left: 1em;
    margin-right: 1em;
    text-align: justify;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

#pane img {
    width: 200px;
    height: 200px;
    border: 0px;
}

