.text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B4B4B4;
	list-style-image: url(images/point.gif);
	list-style-type: square;
	font-size: 15px;
	font-style: normal;
}

.text2 {
	list-style-type: decimal;
	list-style-image: none;
}

.style1 {
	color: #FEBB04;
	font-size: 16px;
	}
