.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF00FF;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;

}
.grrenbullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00FF00;
	list-style-type: circle;
}
.orangebullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-type: upper-roman;
	color: #FF6600;
	list-style-position: inside;
	list-style-image: none;

}
.Bluebullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	list-style-type: square;
}
