body {
    background : #000000;
    color: #d8d0d0;
    font-family: Segoe UI, Dejavu Sans, Arial, sans-serif;
}
h1 { font-size: 23px;
    color: #d8d0d0;
}
div {
    font-size: 16px;

}
.comment {
    text-align: center;
    color: #80d880;
    background-color: #203020;
}
.notfound {
    background : #AA0000;
    color: #000000;
    
}
#toggle {
    height: 42px;
}
.tmargin0 {
    margin-top: 0px;
}
.tmargin1 {
    margin-top: 20px;
}