body {
    background-color: #32064A;
    color: lightgreen;
    font-size: 28px;
}
.body_error {
    background: #FF0000;
    color: #FFFFFF;
    font-family: "Georgia";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
.p_error {
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 58px;
    font-style: italic;
    text-align: center;
}
tr {
    font-size: 24px;
}
td {
    color: cornflowerblue;
    font-size: 24px;
}
.tr_dark {
    background-color: #3EB650;
}
.td_dark {
    color: #32064A;
    text-align: center;
    font-size: 24px;
}
a:link {
    color: #E56B1F;
    text-decoration:underline;
}
a:visited {
    color: #FCC133;
    text-decoration:underline;
}
a:hover {
    color: #E42C6A;
    text-decoration:underline;
}
a:active {
    color: F4ABAA;
    text-decoration:underline;
}
tr:hover {background-color:#000099;}
tr:nth-child(even) {background-color: #lightblue;}

