

BODY, P {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

H1 {
    font-size: 20px;
    font-weight: bold;
    color: #9E840F;
    border-bottom: 1px dashed #C6B822;
}


#topbar {
    height: 120px;
    background: #8D93FF;
}

#title {
    position: absolute;
    left: 170px;
    top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #008;
}

#strapline {
    position: absolute;
    left: 170px;
    top: 70px;
    font-size: 16px;
    font-weight: bold;
    color: #008;
}

#lyricsbadger {
    position: relative;
    bottom: 0px;
}

#searchform {
    background: black;
    color: white;
    padding: 1px;
}

#searchform INPUT {
    background: none;
    border: 1px solid silver;
    color: white;
}

.footerinfo {
    margin-top: 10px;
    border-top: 1px dashed #C6B822;
}

.footerinfo P {
    font-size: 9px;
    color: #666;
}

UL#topnav {
    background: black;
    padding: 1px;
    margin: 1px;
}

UL#topnav LI {
    display: inline;
    padding: 1px 10px 1px 1px;
    margin: 1px;
}

UL#topnav LI A {
    color: white;
    /* display: block; */
}

UL#topnav LI A:Hover {
    background: #ccf;
    color: black;
}

