/*********/
/* Style */
/*********/
h1 {
    font-size:      110%;
    font-weight:    900;
    font-family:    sans-serif;
    color:          black;
    margin-bottom:  0px
}
h2 {
    font-size:      100%;
    font-weight:    900;
    font-family:    sans-serif;
    color:          black;
    margin-bottom:  0px
}
h3 {
    font-size:      90%;
    font-style:     italic;
    font-weight:    900;
    font-family:    sans-serif;
    color:          black;
    margin-bottom:  0px
}
p {
    font-size:      90%;
    font-family:    sans-serif;
    color:          black;
    margin-top:     10px
    margin-bottom:  0px
}
.footnote {
    font-size:      70%;
    font-family:    sans-serif;
    color:          black;
}
li {
    font-size:      90%;
    font-family:    sans-serif;
    color:          black;
}
a {
    color: darkblue;
}

a:hover {
    color: red;
}

/**********/
/* Layout */
/**********/

.sidebar_panel {
    vertical-align:   top;
    background-color: #F4EBE4;
}

.cell {
    vertical-align: top;
}
