body {background-color:#99ffff;background-image:url("lupsmallbg.jpg");}

BODY { font-family: Arial, Helvetica, sans-serif }

a{
outline:none;
}

#navigation {
       padding:5;
       margin-left:0;
       margin-right:0;
       width:100%;
}

#navigation a{
padding:3;
text-align:center;
display:block;
background:gold;
text-decoration: none;
color: blue;
border: grey 1px solid;
}

#navigation a:hover{
color:black;
background:yellow;
}

#navigation a:active{
color:red;
}


#content {
margin-top:5.5em;
}

a.jnav{
white-space:nowrap;
font-size:smaller;
padding:1;
text-align:center;
background:#10ff10;
text-decoration: none;
color: black;
border: grey 1px solid;
}

a.jnav:hover{
color:black;
background:yellow;
}

a.jnav:active{
color:red;
}

a.jgreen{
white-space:nowrap;
font-size:smaller;
padding:1;
text-align:center;
background:#10ff10;
text-decoration: none;
color: black;
border: grey 1px solid;
}

a.jgreen:hover{
color:black;
background:yellow;
}

a.jgreen:active{
color:red;
}

a.jblue{
white-space:nowrap;
font-size:smaller;
padding:1;
text-align:center;
background:#afeeee;
text-decoration: none;
color: black;
border: grey 1px solid;
}

a.jblue:hover{
color:black;
background:yellow;
}

a.jblue:active{
color:red;
}