body {
    font-family:        "Garamond", Arial, Helvetica;
    color:              #777777;
    background-color:   #faf7f0;
    font-style:         regular;
    cursor:             url('images/boog.cur');
}

td {
    text-align:         left;
    vertical-align:     top;
}

hr {
    margin-top:         20px;
    margin-bottom:      20px;
}

h1 {
    font-size:          16pt;
    margin-top:         0px;
}

h2 {
    font-size:          14pt;
}

a:link {
    color:              #bc3555;
}

a:visited {
    color:              #bc3555;
}

.event-cell {
    padding-left:       10pt;
}

.language-button {
    float:              left;
    padding:            4px;
    padding-left:       10px;
}

.shortcut-button {
    float:              left;
    padding:            4px;
    padding-left:       10px;
    font-weight:        bold;
}

.quote-src {
    font-size:          10pt;
}

.section {
    text-align:         justify;
    position:           absolute;
    background-color:   #faf7f0;
    width:              100%;
    height:             1px;
    visibility:         hidden;
    overflow:           visible;
    padding:		    0% 4% 4% 2%;
}

#section-container {
    height:             1px;
    visibility:         hidden;
    overflow:           hidden;
}


