.BBits a:link {
    color: orange;
}

/* visited link */
.BBits a:visited {
    color: orange;
}

/* mouse over link */
.BBits a:hover {
    color: red;
}

/* selected link */
.BBits a:active {
    color: yellow;
} 
.BBits {
   font: arial;
   font-weight: bold; 
   font-size: 12px;
   color: #ccc;
}

.bbits-box {
    float:right;
    height:25px;
    width:150px;
}

.set-right{
    text-align: center;
    vertical-align: middle;
    line-height: 5px;
    width: 150px;
}
