body {
	background-color: #FFFFFF;
	color: #5959AC;
	font-family: ABC-TEXT-05A;
	font-size: 20px;




}
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;
}

li{
font-family:ABC-TEXT-05A;
font-size:22px;
}
.sm{
	font-family:ABC-TEXT-05A;
	font-size:22;
	color: #666699;
	text-decoration:none;
}

.sm A {
	font-family:ABC-TEXT-05A;
	font-size:22;
	color: #666699;
	text-decoration:none;
}
.sm A:hover{
	color: #999999;
	text-decoration:underline;
}

