/* last updated: Thursday, day: 27, month: 10, year: 2005 */


A:link {
   background-color:#9999CC;
   color: #006600;
}
A:visited {
   background-color:#9999CC;
   color: #993300;
}
A:link:hover {
   background-color: #FFFF66;
   color: #006600;
}
A:visited:hover {
   background-color: #FFFF66;
   color: #993300;
}

BODY {
   background-color:#9999CC;
   color:black;
   font-family: sans-serif;
}

DIV.email-solo {
   font-family: monospace;
   text-align: center;
}
DIV.last-updated-en {
   clear: left;
   font-size: small;
   margin-top: 1em;
   text-align: right;
}
DIV.last-updated-he {
   clear: right;
   font-size: small;
   margin-top: 1em;
   text-align: left;
}
DIV.navigation {}

H1, H2, H3, H4 {
   clear: right;
   text-align: center;
}

IMG#ic-home {
   height: 12mm;
   width: 10.5mm;
}
IMG#ic-left {
   height: 6.6mm;
   width: 12mm;
}
IMG#ic-right {
   height: 6.6mm;
   width: 12mm;
}
IMG#ic-up {
   height: 12mm;
   width: 6.62mm;
}

P:first-letter { font-size:125%; }
P {
   text-align: justify;
   clear: right;
}

UL { list-style-type: square; }
