/*
.container1 {
    background-color: rgb(0,102,153);
    background-color: hsla(315, 35%, 23%,  1.0);
    background-image: url(../image/hairline128.png);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: fixed;
}

.content a:link {
    color: #BEF;
    text-decoration: underline;
}

.obi-wide a:link {
    color: #111;
    text-decoration: underline;
}

.header2 {
    background: none;
}

.content a:hover, .content a:active, .content a:focus {
    text-decoration: none;
    color: #DDE;
}

.footer {
    background: none;
}
*/