body {
    background-color: #403d76;
    color: #d0c692;
}



hr {
    color: sienna;
}

hr {
    color: #d0c692;
}

h1 {
    font-size: xx-large;
    font-family: sans-serif;
    font-weight: normal;
}

h2 {
    font-size: large;
    font-family: sans-serif;
    font-weight: normal;
}

h3 {
    
    font-size: medium;
    font-family: sans-serif;
    font-weight: normal;
    font-style: oblique;
}

h4 {
    font-size: medium;
    font-family: sans-serif;
    font-weight: normal;
}

p {
    margin-bottom: 0;
    margin-top: 10;
    padding-left: 10;
    font-size: small;
    font-family: sans-serif;
}

p.byline {
    margin-bottom: 10;
    margin-top: 10;
    padding-left: 5;
    font-size: small;
    font-family: sans-serif;
    font-style: oblique;
}

blockquote {
    margin-top: 10;
    margin-bottom: 10;
    padding-left: 20;
    padding-right: 20;
    font-size: small;
    font-family: sans-serif;
    font-style: oblique;
}

a:link {
    color: #efefef;
    text-decoration: none;
    font-style: oblique;
}
a:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-style: oblique;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
a:visited {
    color: #efefef;
    text-decoration: none;
}
