body {
    background-color:black;
}
h1 {
  color: white; text-align: justify;
}
ul {
 list-style-type: none;
}
li {
  text-decoration: underline;

}
#Content {
    background-color:#000000
}
#Top_bar {
    background-color: #000000
}
#Content, #Wrapper, html {
 background-color: #000000; 
}
.header-stack #Top_bar {
    background-color: #000;
}
a {
    color: #FFF;
}
text-logo #logo, h1, h2, h3, h4 {
    font-family: Arial,Tahoma,sans-serif;
    font-weight: 300;
}