
/*** The menu bar ***/
html ul.gotobar {
    /* Whole bar. */
/*
    background: #39f;
    border-top: 1px solid #06d;
    border-bottom: 1px solid #07e;
*/
    background: #016100;
    border-top: 1px solid #009900;
    border-bottom: 1px solid #009900;
}
html ul.gotobar li {
    /* Outer edge of menu items. */
    border: 1px solid #00cc00;
}
html ul.gotobar li a {
    /* Inactive menu items. */
    border: 1px solid #ffffff;
    background: #333333;
    color: #ffffff;
}
html ul.gotobar li.current a {
    /* Selected menu items. */
    background: #cccccc;
    border: 1px solid #ffffff;
    color: #000;
}
html ul.gotobar li.current {
    /* Outer border of selected menu items. */
    border: 1px solid #33cc00;
}
html ul.gotobar li a:hover {
    /* Menu items on hover. */
/*
    color: #000;
    background: #6bf;
    border: 1px solid #9df;
*/
    color: #000000;
    background: #66ff33;
    border: 1px solid #9df;

}

/*** The sidebar ***/
html div.sidebar {
    background: #ffedba;
    border: 1px solid #016100;
}
html div.wrapper div.sidebar h1, 
html div.wrapper div.sidebar h2, 
html div.wrapper div.sidebar h3 { 
    color: #258;
    border: 1px solid #6ae;
    background: #7cf;
}
html div.sidebar li {
    background: url(img/bullet-green.png) no-repeat 3px 3px;
}

/*** The content ***/
html h2, html h3, html h4, html h5 {
    /* Headings */
    color: #060;
}
html div.wrapper h1 {
    /* Largest heading */
    color: #090;
}
html div.wrapper h4 { 
    /* Smallest heading */
    color: #030; 
}

/*** The links ***/
html a { 
    color: #060;
}
html a:visited {
    color: #030; 
}
html a.logo {
    color: #0f0;
}
