<style>
.shaded{
    background-color:#5B3D3D;
    display:block;
    padding:40px;
}
.shadow{
    color:#C89696;
    font-size:2em;
    font-family:sans-serif;
    text-shadow: 1px 2px 1px #000;
    font-weight:bold;
 
}
h1.shadow{
    color:#FFD800;
    font-size:1em;
    font-family:sans-serif;
    text-shadow: 1px 2px 1px #000;
    font-weight:bold;
 
}
</style>
