
/** 
Added a site CSS to allow some local customisations
 **/
 
.RedTextBold {
color: #000;
font-weight: bold;
border: none ;

background-image: url('../images/next2.gif');
background-repeat: no-repeat;
padding-left: 18px;  /* width of the image plus a little extra padding */
display: block;  /* may not need this, but I've found I do */
background-position: 2% 50%;

}
