.menu {
    float: right;
    /*background-color: #0000ff;**/
    background-color: #990000;
    color: #ffffff;
}
.menu a:link, .menu a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.menu a:hover {
    background-color: #000000;
}
.overlay {
    position: relative;
    top: -80;
    z-index: 1;
}
h1, h2, h3, h4 {
    color: #990000;
}
.menu h1, .menu h2, .menu h3, .menu h4 {
    color: #ffffff;
}
