body {
    font-family: Cambria, sans-serif;
    font-size: 15pt;
    font-weight: normal;
    color: #333300;

    background-color: #FCF3E2;

    scrollbar-face-color: #FFF1E3;
    scrollbar-track-color: #FFF1E3;
    scrollbar-darkshadow-color: #FFF1E3;
    scrollbar-arrow-color: white;
}

kbd {
    font-family: cambria,"Times New Roman", serif;
    font-size: 19px;
    font-style: italic;
    color: #D95A36;
}

cite {
    font-family:  "Times New Roman", serif;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    color: #C97A00;
}

a {
    font-weight: bold;
    color: #996600;
    text-decoration: underline;
}

a:hover {
    color: #5E4125;
    background-color: #FFE8D1;
}

a:visited {
    color: #7A5A3B;
}

h1 {
    font-family: Cambria, "Times New Roman", serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;

    color: #8C5A32;

    background-color: #FFE8D1;

    padding: 6px 10px;
}

h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: bold;

    color: #6D5034;
}

p {
    font-size: 14px;
    font-weight: bold;
    color: #4A1F12;
}

big {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: bold;

    color: #B22222;
}

strong {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;

    color: #B14A2D;
}

samp {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: bold;

    color: #6A1E12;
}

hr {
    border: 0;
    height: 1px;
    background: #E2B98D;

    margin: 18px 0;
}

img {
    float: left;

    margin: 10px;

    border: 3px solid #CDA57B;

    background: white;
}

.altereko {
    font-size: 9pt;
    display: block;

    font-weight: normal;

    text-decoration: none;

    text-align: center;

    color: #7A5A3B;
}