body {
	background-color: ##ffffff;
	color: #5959AC;
	font-family: "verdana";
	font-size: 16px;

}
ul {
	list-style-type: none;
	list-style-image: url(images1/purple1.gif);

}
ul ul {
	list-style-type: none;
	list-style-image: url(images1/purple2.gif);
	
}
ul ul ul {
	list-style-type: none;
	list-style-image: url(images1/purple2.gif);

}
ul ul ul ul {
	list-style-type: circle;
}
a:link {
	color: #666699;
}