.bbfstyles {
	list-style-type: disc;
	cursor: hand;
	text-decoration: underline;

}
.bbfnewstyle {
	text-decoration: none;

}
a {
	text-decoration: none;

}

.hover {
	color: #FF0000;
	text-decoration: underline;
}


a:hover {
	text-decoration: underline; 
	color: #FF0000; 
	
}
