.menu-highlight {
    font-weight: bold;
    padding: 1px 1px;
}

.menu-light {
    font-weight: normal;
    padding: 0px 2px;
    
}

.menu-lighter {
    font-weight: 300;
    padding: 0px 2px;
}

.site-description{
    font-size: 15px;
    font-style: italic;
    color: #000;
    text-shadow: 0 0 4px #FFF;
}


.list-dash li, .list-bullet li {
    position: relative;
    list-style-type: none; /* disc circle(hollow) square none */
    text-indent: -2em;
}
.list-dash li:before {
    content:' \25CB \0020'; /* em dash */
}
.list-bullet li:before {
    content: '• '; /*copy and paste a bullet from HTML in browser into CSS (not using ASCII codes) */
}


.tabx { margin-left: 2em; }

.home-description{
color: #000080;
}


