ul {
	-webkit-border-radius: 0px;
}
li:first-child, li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}

li:last-child, li:last-child a {
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
p {
	padding: 10px;
	font-size: 17px;
}
.bulleted_list {
	border: none;
	margin-top: 10px;
	margin-left: 40px;
	padding: 0px;
}

.bulleted_list > li {
	border: none;
	padding: 0px;
	display: list-item;
	color: #000000;
	font-weight: normal;
	font-size: 17px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
}