
ul {
	list-style-type: square;
	font-size: 16px;
	font-weight: bold;


}
ul ul {
	list-style-type: disc;
	font-size: 16px;
	font-weight: normal;


}
ul ul ul {
	list-style-type: disc;
	font-size: 14px;

}
ul ul ul ul {
	list-style-type: circle;
	font-size: 12px;

}