body {
	background-color: #FFFFFF;
	color: #5959AC;
	font-family: "Times New Roman";
	font-size: 14px;




}
ul {
	list-style-type: none;
	list-style-image: url(purple1.gif);


}
ul ul {
	list-style-type: none;
	list-style-image: url(purple2.gif);

}
ul ul ul {
	list-style-type: none;
	list-style-image: url(purple2.gif);

}
ul ul ul ul {
	list-style-type: circle;
}

.sm A {
	color: #666699;
	text-decoration:none;
}
.sm A:hover{
	color: #999999;
	text-decoration:underline;
}

