<STYLE>
<!--
BODY
{
    BACKGROUND-COLOR: cyan;
    COLOR: black;
    FONT-FAMILY: 'Times New Roman', Arial;
    FONT-SIZE: 20pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal
}

A.regular
{
    COLOR: blue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 24pt;
    FONT-VARIANT: normal
}

A.other
{
    COLOR: green;
    FONT-FAMILY: Arial;
    FONT-SIZE: 24pt
}

#hello
{
    BACKGROUND-COLOR: gray;
    COLOR: yellow;
    FONT-FAMILY: 'Comic Sans MS';
    FONT-SIZE: 10pt;
    LETTER-SPACING: 5pt
}

.israeli
{
    BACKGROUND-COLOR: white;
    COLOR: blue;
    FONT-FAMILY: Impact, 'Lucida Console'
}

.one_liner
{
    BACKGROUND-COLOR: blue;
    COLOR: yellow;
    FONT-SIZE: 10pt;
    FONT-FAMILY: 'Comic Sans MS', Impact, 'Lucida Console'
}






h1
{
    COLOR: blue;
    FONT-FAMILY: Impact, 'Lucida Console'
}

h2
{
    COLOR: blue;
    FONT-FAMILY: Impact, 'Lucida Console'
}

h3
{
    BACKGROUND-COLOR: cyan;
    COLOR: blue;
}

h4
{
    BACKGROUND-COLOR: blue;
    COLOR: yellow;
    FONT-FAMILY: 'Comic Sans MS';
    FONT-SIZE: 10pt;
}


-->
</STYLE>