body {
	background-color: #FFFFFF;
	color: #CC6600;
	font-family: "MS Sans Serif";
	font-size: 10px;




}
a {
	color: #666666; text-decoration:none

}
ul {
	list-style-type: square;
	font-size: 10px;
	font-weight: bold;


}
ul ul {
	list-style-type: disc;
	font-size: 14px;
	font-weight: bold;


}
ul ul ul {
	list-style-type: disc;
	font-size: 14px;

}
ul ul ul ul {
	list-style-type: circle;
	font-size: 12px;

}
