li {
	list-style-image : url(../graphics/bullet.gif);
}
BODY {
	color : #000188;
	background-color : #F0FFFF;
	font-family : "@Arial Unicode MS", Arial, "Arial Rounded MT Bold", sans-serif;
	font-size : 12;
	text-align : left;
}

A {
	color : #1E90FF;
	text-decoration : none;
}

A:HOVER {
	color : #7B68EE;
	text-decoration : none;
}