BODY
{
}
.upper
{
    BACKGROUND-COLOR: dodgerblue
}
.main
{
    BORDER-RIGHT: navy thin ridge;
    BORDER-TOP: navy thin ridge;
    BORDER-LEFT: navy thin ridge;
    BORDER-BOTTOM: navy thin ridge;
    BACKGROUND-COLOR: silver
}
.button
{
    border:thin groove navy; FONT-SIZE: xx-small;
    COLOR: navy;
    FONT-FAMILY: 'Arial';
    TEXT-ALIGN: center
}
.buttonOn
{
    border:thin groove navy; FONT-SIZE: xx-small;
    COLOR: white;
    FONT-FAMILY: 'Arial';
    TEXT-ALIGN: center
}
.head
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: xx-large;
    FONT-FAMILY: 'ArialHebrew';
    TEXT-ALIGN: center
}
.normal
{
    FONT-SIZE: x-small;
    FONT-FAMILY: Arial;
    FONT-FAMILY: 'Arial';
    TEXT-ALIGN: right
}
.next
{
    BORDER-RIGHT: black double;
    BORDER-TOP: black double;
    FONT-WEIGHT: bolder;
    FONT-SIZE: small;
    BORDER-LEFT: black double;
    COLOR: black;
    BORDER-BOTTOM: black double;
    TEXT-DECORATION: none
}
.a
{
    FONT-SIZE: xx-small;
    COLOR: navy;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.aPic
{
    TEXT-DECORATION: none
}
.aOn
{
    FONT-SIZE: xx-small;
    COLOR: white;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}