h1.q {
    display: none;
}

#history {
    float: right;
    border: 1px solid silver;
    padding: 10px;
    margin-bottom: 20px;
}

#history h2 {
    margin: 0;
    font-size: 14pt;
}

#history ol {
    margin: 0;
    margin-top: 10px;
}

.hr {
    border-bottom: 1px solid silver;
    height:1px;
    margin-bottom: 5px;
}

hr {
    display:none;
}

#footer {
    text-align: right;
    clear: both;
}

#bottom_nav a {
    margin-left: 4pt;
}

#global_links ul {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    text-align: left;

}

#global_links ul li {
    display: inline;
    padding-right: 5px;
    list-style-type: none;
}

#global_links ul li.right {
    position:absolute;
    right:1em;
}

.hr {
    border-bottom: 1px solid silver;
    height:1px;
    margin-bottom: 5px;
}

hr {
    display:none;
}

