body 
{
    background: #eeeeff;
}


h1,h2,h3,h4,h5,h6,h7,h8
{
    font-family: sans;
}
h1
{
    background: navy;
    color: silver;
}
h2,h3,h4,h5,h6,h7,h8
{
    background: #bbbbff;
    color: blue;
}

hr
{
    margin-bottom: 1em;
    margin-top: 4em;
    
    color: #bbbbff;
    
    border-style: solid;
    border-width: 0pt;
    border-top-width: 1pt;
    border-bottom-width: 1pt;
}


p
{
    background-color: white;
}
