BODY {
    font-family: verdana;
    font-size: 11px;
    color: #ffffff;
}

.bold {
    font-family: verdana;
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
}

.kicsi {
    font-family: verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.kicsi:hover {
    font-family: verdana;
    font-size: 11px;
    color: #DFDFDF;
    text-decoration: none;

}

.fekete {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
}

.fekete:hover {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
}

.nagy {
    font-family: verdana;
    font-size: 12px;
    color: #ffffff;
}

.nagy_fekete {
    font-family: verdana;
    font-size: 12px;
    color: #000000;
}

.playstate {
    font-family: verdana;
    font-size: 11px;
    color: #e2e2e2;
}

.playstate_black { 
    font-family: verdana;
    font-size: 11px;
    color: #000000;
}

.news_feher {
    font-family: verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.news_fekete {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

.news_vszurke {
    font-family: verdana;
    font-size: 11px;
    color: #e2e2e2;
}

.news_kszurke {
    font-family: verdana;
    font-size: 11px;
    color: #c0c0c0;
}

.news_sszurke {
    font-family: verdana;
    font-size: 11px;
    color: #1E1E1E;
}

.news_barna {
    font-family: verdana;
    font-size: 11px;
    color: #291C00;
}

.news_kbarna {
    font-family: verdana;
    font-size: 11px;
    color: #422D00;
}

.news_vbarna {
    font-family: verdana;
    font-size: 11px;
    color: #C6A45A;
}

.news_vkek {
    font-family: verdana;
    font-size: 11px;
    color: #9BC2E9;
}

TD {
    font-family: verdana;
    font-size: 11px;
    color: #ffffff;
}

A {
    font-family: verdana;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

A:hover {
    font-family: verdana;
    font-size: 12px;
    color: #DFDFDF;
    font-weight: bold;
    text-decoration: none;

}
						
SELECT {
    font-family: verdana;
    font-size: 11px;
    color: #285C91;
    background-color: #ffffff;
}

INPUT {
    font-family: verdana;
    font-size: 11px;
    color: #285C91; 
    font-weight: bold;
}

TEXTAREA {
    font-family: verdana;
    font-size: 11px;
    color: #285C91;
    background-color: #ffffff;
    font-weight: bold;
} 