body { 
background: black;
background-attachment: fixed; 
font-family: courier;
font-weight: bold; 
color: white !important;
text-shadow: 2px 2px 3px white;   
text-align: center;
Filter: blur(1px);
}

#header, #hSub {
    background: black;
}
 
#container, .blog {
    background-color: black;
    Color: white;
Filter: grayscale(1);
}

.boxHead, .rightHead {
Background-image: linear-gradient(to right, black, white, black);
Color: black; 
}

audio {
    border: solid 1px #fff;
    padding: 2px;
    margin-bottom: 0px;
    margin-top: 5px;
    width: 100%;
    height: 30px;
    background: none;
    outline: none;
    margin-bottom: -3px;
    filter: sepia(0%) saturate(100%) grayscale(0) contrast(100%) invert(100%);
}

.songName {
    display: inline-block;
    width: 500px;
    font-size: small;
    Color: white;
    padding-left: 100%;
    animation: marquee 4s;
}

.fwiendFace, .tableLeft img{
    display: none;
}

.url {
Display: none;
}

.player {
Background: black;
Color: white;
Border: solid 0px;
}

.tableRight, .tableLeft {
Background: black;
Color: white; 
}

.topRight {
width: calc( 50% - 40px );
height: 500px; overflow-y: scroll;
}

#commentInput {
Background-color: black;
color: white;
}


 