#header, #comments-wrapper, #bottom-wrapper, #footer-wrapper { display: none; }
a { color: Silver; }
h1 a { color: Black; text-decoration: none; }

sup, sub { font-size: 70%; }

blockquote { font-style: italic; }

div.float-left {
    float: left;
    padding: 1em;
    margin: 1em 2em 1em 0em;
    border: 1px solid Black;
}

div.float-right {
    float: right;
    padding: 1em;
    margin: 1em 0em 1em 2em;
    margin-left: 1.5em;
    border: 1px solid Black;
}

.highlight {
    background-color: #333;
    color: White;
    font-size: 110%;
    text-align: center;
    margin-left: 5em; margin-right: 5em;
    border: 1px solid Black;
    padding: 1em;
} 

.perex {
    font-style: italic;
    font-size: 105%;
    margin-bottom: 2.8em;
    padding-left: 1em;
    border-left: 1px solid #d8d8d8;
}
