@import url(main.css);

body {
	font-family: "Helvetica,Gordita,sans-serifArial,Verdana";
}

.content {
	width: 80%;
	margin: auto;
}

h2 {
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	margin: 20px;
	padding: 50px;
}

.otherPage p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 40px;
}

h4 {
	font-size: 24px;
	font-weight: bold;
}

.terms-ul {
	padding-left: 20px;
}

.terms-ul li {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	list-style-type: decimal;
}