.ItemStyle {
	list-style-image: url(square4.gif);
	font-family: "Verdana";
	font-size: 12px;
	vertical-align: left;
	background-repeat: no-repeat;
	font-style: normal;






}

.PopItemStyle {
	list-style-image: url(folder.gif);
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	vertical-align: left;
	background-repeat: no-repeat;





}

body {
	background-color: #C0C0C0;
	color: #6666FF;
          margin: 0;



}

A:link {
	color:gray;
	text-decoration: none;

}

A:visited {
	color: #00FF00;
	text-decoration: none;


}

A:hover {
	color: #000000;
	text-decoration: underline;


	}