.ItemStyle {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: circle;
	text-align: left;






}

.PopItemStyle {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: square;
	text-align: left;





}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;




}
a {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

