.bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: None;
	text-decoration: line-through;
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 20px;
}
p {
	padding-left: 10px;
}
h4 {
	padding-left: 10px;
}
.leftborder {
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #999999;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
