#top_nav{
    visibility:hidden
}
body {
    color:yellow;
}
#home {
    background-color: #330000;
    background-image:none;
}


#header {
    background-color: #121213;
    height: unset;
}
#blogTitle{
    position:unset;
    height: unset;
}
#blogTitle a{
    color:yellow;

}
#navigator {
    position: unset;

}
#navList {
    padding-top: 20px ;
    padding-bottom: 20px;
    margin-left: 50px;
    height: unset;
}

#navList a{
    color: yellow;
}
.blogStats {
    float: left;
}
#mainContent {
    background-color: rgb(60, 77, 13);
}
div {

    background-color: unset
}
#mainContent .forFlow {
    margin: unset;;
}
.postTitle a {
  color: #0dbef4
}
.postCon {
    color: black;
}

.postBody{
    color:black;
}

.postBody a{
    color:yellow;
}