.captionBg
        {
            color: #fff;
            text-align: center;
            border-radius: 0px;
        }


a.captionBg, A.captionBg:active, A.captionBg:visited
        {
        	color: #ffffff;
        	text-decoration: none;
			background-color:#00FF00;
        }
a.captionBg:hover
        {
            color: ffffff;
            text-decoration: underline;
        }