body {
    width: 350px;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #000000;
    margin: 0px auto;
    margin-top: 100px;
}
#center {
    width: 350px;
    margin: 0px auto;
}
.t {
    margin-top: 10px;
}
.htmlt {
    padding-right: 10px;
    text-align: right;
    width: 175px;
    height: 20px;
}
.flasht {
    padding-left: 10px;
    text-align: left;
    width: 175px;
    height: 20px;    
}
.on {
    background-color: #999999;
}
.off {
    background-color: #000000;
}
.szary {
    color: #636363;
    text-align: justify;
}
a, a:visited, a:active {
    text-decoration: none;
    color: #939393;
}
a:hover {
    text-decoration: underline;
    color: #939393;
}
a.l, a.l:visited, a.l:active {
    text-decoration: none;
    color: #FFFFFF;
}
a.l:hover {
    text-decoration: none;
    color: #000000;
}
		