body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "sans-serif";
	font-size: 16px;




}
a {
	color: #666666;
	text-decoration: none;

}
ul {
	list-style-type: circle;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #666666;




}
ul ul {
	list-style-type: square;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: normal;




}
ul ul ul {
	list-style-type: disc;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;



}
ul ul ul ul {
	list-style-type: disc;
	font-size: 16px;

}
