BODY
{
    font-size: small;
    margin: 0px;
    font-family: Tahoma, Verdana, Arial;
}
A
{
    COLOR: blue;
    TEXT-DECORATION: none
}
A:hover
{
    TEXT-DECORATION: underline
}
TABLE.Menu
{
    background-color: lightsteelblue;
}    
TABLE.Szoveg
{
    margin: 5px 10px;
}
TD.Kiemelt
{
    background-color: navajowhite;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    cursor: hand;
    text-align: center;
    font-size: x-small;
}
TD.Sima
{
    background-color: lightsteelblue;
    border-right: lightsteelblue 1px solid;
    border-top: lightsteelblue 1px solid;
    border-left: darkslateblue 1px solid;
    border-bottom: lightsteelblue 1px solid;
    text-align: center;
    font-size: x-small;
}
H1
{
    font-size: larger;
    color: lightsalmon;
    text-align: center;
    font-weight: bold;
}
H2
{
    font-size: larger;
    color: darkgray;
    text-align: left;
    font-weight: bold;
    border-bottom: darkgray 1px solid;
    margin-left: 2px;
    margin-right: 2px;
}
H3
{
    font-size: larger;
    color: lightsalmon;
    text-align: center;
    font-weight: normal;
    font-style: italic;
}
LI
{
    font-weight: bold;
}
