body {
	background-color: #8797AE;
	margin: 30px;
	padding: 10px;
	color: #fffffc;
	font-family: "Times New Roman";
	font-size: 14px; }
	
a {	color: #FFFFCC;}

ul {
	list-style-type: square;
	font-size: 16px;
	font-weight: bold;
}

ul ul {
	list-style-type: disc;
	font-size: 16px;
	font-weight: normal;
}

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

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

}

