/* CSS Document */

.spaced_list
{
	list-style:circle;
}

.spaced_list li
{
	margin-bottom:13px;
	padding-left:20px;
}