.hpadding {
    color: black;
    font-weight: bolder;
    font-size: 12px;
    font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular;
    line-height: 14px;
    padding: 0 10px
}
.textpadding {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    margin: 0;
    padding: 0 10px
}
a {
    color: white;
    font-size: 11px;
    font-family: Geneva, Helvetica, Arial, "Times New Roman", Times, Georgia, Swiss, SunSans-Regular;
    line-height: 14px;
    text-decoration: none;
}
a:hover {
    color: #ff00ffaqua;
}
h1 {
    color: black;
    font-size: 16px;
    line-height: 18px;
    font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular
}
h2 {
    color: black;
    font-size: 14px;
    line-height: 16px;
    font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular
}
h3 {
    color: black;
    font-size: 14px;
    line-height: 16px;
    font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular
}
h4 {
    color: #fff;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    line-height: 12px;
    font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular
}
td {
    color: black;
    font-size: 12px;
    line-height: 14px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
/* styles for div above the banner */
#banner {
    color: #ffffff;
    font-size: 12px;
}
#banner b {
    font-size: 14px;
    font-weight: bold;
}

#homebody {
    padding: 0 10px;
}
#homebody li {
    padding: 4px;
}

/*Example CSS for the two demo scrollers*/
#pscroller {
    width: 400px;
    height: 20px;
    padding: 3px;
    background-color: #6D2620;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

#pscroller a {
    text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
#footer {
    color: #816B36;
}
#footer a:hover {
    text-decoration: underline;
}