body {
	color: #FFFFFF;
	font-family: "Georgia";
	font-size: 12px;




}
a {
	color: #FFFFCC;

}
ul {
	list-style-type: square;
	font-size: 12px;
	font-weight: normal;


}
ul ul {
	list-style-type: disc;
	font-size: 12px;
	font-weight: italique;


}
ul ul ul {
	list-style-type: disc;
	font-size: 11px;

}
ul ul ul ul {
	list-style-type: circle;
	font-size: 11px;

}
