<STYLE>
<!--

body
{
    color: green;
    font-family: Arial, 'Abadi MT Condensed Light';
    font-size: 16pt;
    font-style: normal;
    font-variant: normal
}

body.a
{
    background-color: yellow;
    color: green;
    font-family: Arial, 'Abadi MT Condensed Light';
    font-size: 16pt;
    font-style: normal;
    font-variant: normal
}

body.b
{
    background-color: pink;
    color: green;
    font-family: Arial, 'Abadi MT Condensed Light';
    font-size: 16pt;
    font-style: normal;
    font-variant: normal
}

body.c
{
    background-color: orange;
    color: green;
    font-family: Arial, 'Abadi MT Condensed Light';
    font-size: 16pt;
    font-style: normal;
    font-variant: normal
}


A:link
{
    color: blue
}

A:visited
{
   color: purple
}


A.regular
{
    COLOR: blue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 24pt;
    FONT-VARIANT: normal
}

A.other
{
    COLOR: green;
    FONT-FAMILY: Arial;
    FONT-SIZE: 24pt
}

#joke
{
    COLOR: #000099;
    FONT-FAMILY: 'Comic Sans MS';
    FONT-SIZE: 16pt;
    LETTER-SPACING: 1pt
}

.num
{
    COLOR: blue;
    FONT-FAMILY: Impact, 'Lucida Console';
    FONT-STYLE: italic;
    FONT-SIZE: 20pt;
    FONT-WEIGHT: bold
}

.title
{
    COLOR: green;
    FONT-FAMILY: 'Comic Sans MS';
    FONT-STYLE: normal;
    FONT-SIZE: 20pt;
    FONT-WEIGHT: bold;
    LETTER-SPACING: 10pt
}

.toc {
        position: fixed;
        width: 195px;
        height: auto;
        top: 300px;
        right: auto;
        bottom: auto;
        left: 0;
	FONT-FAMILY: 'Comic Sans MS';
	FONT-STYLE: normal;
	FONT-SIZE: 10pt
}

#therest {
        position: fixed;
        width: auto;
        height: auto;
        top: 300px;
        right: auto;
        bottom: auto;
        left: 500
}

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'
}

h1
{
    BACKGROUND-COLOR: white;
    COLOR: blue;
    FONT-FAMILY: Impact, 'Lucida Console'
}

h2
{
    BACKGROUND-COLOR: white;
    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;
}

      #header {
        position: absolute;
        width: 100%;
        height: 200px;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
      }
      #sidebar {
        position: absolute;
        width: 200px;
        height: auto;
        top: 200px;
        right: auto;
        bottom: 100px;
        left: 5;
	FONT-FAMILY: 'Comic Sans MS';
	FONT-STYLE: normal;
	FONT-SIZE: 8pt
      }
      #main {
        position: absolute;
        width: auto;
        height: auto;
        top: 200px;
        right: 0;
        bottom: 100px;
        left: 210px;
      }
      #footer {
        position: absolute;
        width: 100%;
        height: 180px;
        top: <?=($numJokes*19.5+360)?>px;
        right: 0;
        bottom: 200px;
        left: 0;
      }


-->
</STYLE>