.ItemStyle {
	list-style-image: url(book2.gif);
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 1em;
	vertical-align: middle;
	line-height: 20px;
	background-color: #99CCFF;
}

.PopItemStyle {
	list-style-image: url(book1.gif);
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	background-color: #99CCFF;
}

body {
	background-color: #000000;

}

A:link {
	color: #CC3300;
	text-decoration: none;
	vertical-align: bottom;


}

A:visited {
	text-decoration:none;
	color: #CC3300;


}

A:hover {
	color: #CC3300;
	text-decoration: underline;


	}
