@charset "UTF-8";
/* CSS Document */

#list1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3a3a3b;
	list-style-type: disc;
	width: 500px;
	float: right;
}#list2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: disc;
	width: 500px;
	float: right;
}
