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


.container_ds {
	width: 100%;
	margin-left: 20px;
}
.one {
  list-style: decimal;
}

.two {
  list-style: lower-latin inside;
}
