body {
    background : white;
    font-family : arial, helvetica, sans-serif
    text-align : justify
}
.eshel { color : green }
.eshel A:link { color : green }
.eshel A:visited { color : green }
.eshel A:active { color : black }
body.article { margin-right : 25% }
.byline { font-size : x-small }
.emailaddr { font-weight : bold }
A:link { color : black }
A:visited { color : black }
A:active { color : gray }

.menu A:link { font-size16px; font-weight:bold; color:green; text-decoration:none }
.menu A:visited { font-size:16px; font-weight:bold; color:green; text-decoration:none }
.menu A:active { font-size:16px; font-weight:bold; color:green; text-decoration:none }
.menu A:hover { font-size:16px; font-weight:bold; color:white; background:green; text-decoration:none; }

.menuhead {
        font-size : 12pt;
        font-weight : bold;
        color : white;
        background : #008E00;
        border-left : 2px solid #008E00;
        border-right : 2px solid #008E00;
        text-indent : 10px;
        display : block;
}
.menubody {
        font-size : 10pt;
        background : #DEF9DE;
        border-left : 2px solid #008E00;
        border-right : 2px solid #008E00;
        border-bottom : 2px solid #008E00;
        display : block;
}
.menuitem {
        text-indent : 5px;
        text-decoration : none;
        font-size : 10pt;
        background : #DEF9DE;
        display : block;
}
.menuitem A:link {
        text-decoration : none;
        color : black;
        background : #DEF9DE;
        display : block;
}
.menuitem A:visited {
        text-decoration : none;
        color : black;
        background : #DEF9DE;
        display : block;
}
.menuitem A:active {
        text-decoration : none;
        color : black;
        background : #DEF9DE;
        display : block;
}
.menuitem A:hover {
        text-decoration : none;
        background : #FFFCE6;
        display : block;
}

