
body, td, dd, p, div { 
     color: black;
     font-family: georgia, helvetica;
     font-weight: 400;
     font-size: 12pt;
}

#main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#main-menu li {
    float: left;
    list-style-type: none;
    list-style: none;
}
#main-menu li a {
    border: 0;
}

.main-menu-about {
    margin: 0 5 0 40;
}
.main-menu-contribute {
    margin: 0 5 0 45;
}
.main-menu-licks {
   margin: 0 5 0 45;
}
.main-menu-forum {
   margin: 0 5 0 45;
}
.main-menu-feedback {
   margin: 0 5 0 45;
}
.main-menu-help {
   margin: 0 5 0 45;
}
.menu-line {
    background: url('/static/images/bopland-line.gif');
    background-repeat: no-repeat;
    background-position: top center;
}

.copyright {
    color: black;
    font-family: georgia, helvetica;
    font-size: 10pt;
}

.epigraph {
    color: black;
    font-family: times new roman;
    font-style: italic;
    font-weight: 400;
    font-size: 11pt;
}

.db-select {
    border: 0; 
    font-size: 14; 
    margin: 5 0 5 0;
    background-color: #fff8dd;
}

.header1 {
    font-size: 20pt;
}

.header2 {
    font-size: 18pt;
}

.header3 {
    font-size: 16pt;
}

.header4 {
    font-size: 14pt;
}

.page {
    font-size: 12pt;
    margin: 0 2 0 2;
    color: #444444;
    text-decoration: none;
}

.captcha {
    margin: 2 5 -5 2;
}

.pimg {
    margin: 0 0 -10 0;
}

.input-example {
    margin: 0 0 20 0;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
}

.g-input {
    border: 0;
    overflow: hidden;
    background-color: #FFF8DD;
}

.play-href {
    font-size: 10pt;
}

.example-margin {
    margin: 0 0 20 20;
}

.lick-square {
    background-color: #FCEFBE;
}

a {
    color: black;
    font-weight: 600;
    font-size: 11pt;
}

.current-page {
    font-family: georgia;
    font-size:  14pt;
    font-weight: bold;
}

.content {
    margin: 0 75 0 85;
}

.bold {
    font-weight: 600;
}

.invisible {
    display: none;
}

.ddblock {
    margin: 10 10 10 10;
}

.phead {
    font-weight: 600;
}

.pblock {
    margin: 10 10 10 20;
}

.footer-link {
    font-size: 1.0em;
    font-weight: normal;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}
