body {
    background-color: #929292;
    /*background-color: #e9e9e9;*/
    color: white;
    font-size: 28px;
}
body_error {
    background: #FF0000;
    color: #FFFFFF;
    font-family: "Georgia";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
li {
    color: #e9e9e9;
    font-hamily: Tahoma;
    font-size: 12px;
    text-align: left;
}
p_error {
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 58px;
    font-style: italic;
    text-align: center;
}
.tr {
    font-size: 18px;
}
.td {
    /*color: #fd9226;*/
    color: #3300CC;
    font-size: 24px;
    text-align: center;
}
.tr_dark {
    background-color: #444;
    color: #000;
    text-align: center;
}
.td_dark {
    background-color: #666;
    color: #DDD;
    text-align: center;
    font-size: 24px;
}
a:link {
    color: #EEE;
    text-decoration:underline;
}
a:visited {
    color: #DDD;
    text-decoration:underline;
}
a:hover {
    /*color: #E42C6A;*/
    color: #FFF;
    text-decoration:underline;
}
a:active {
    /*color: F4ABAA;*/
    color: #DDD;
    text-decoration:underline;
}
/*
tr:hover {background-color:#000099;}
tr:nth-child(even) {background-color: #lightblue;}
*/
