#pscroller1
    {
    width: 183px;
    height: 52px;
    border: 3px solid black;
    padding: 5px;
    background-color: #BF2F38;
    }

#pscroller2
    {
    width: 182px;
    height: 52px;
    border: 3px solid black;
    padding: 5px;
    background-color: white;
    }

#pscroller3
    {
    width: 183px;
    height: 52px;
    border: 3px solid black;
    padding: 5px;
    color: white;
    background-color: #00539F;
    }

#pscroller1 a {text-decoration: none;}
#pscroller2 a {text-decoration: none;}
#pscroller3 a {text-decoration: none; color:black;}

.someclass { //class to apply to your scroller(s) if desired }
