.glosaryList{
	margin: 5em 3em;
}

.glosaryList h2{
	font: 400 30px/1.5 'Pacifico', Helvetica, sans-serif;
	color: gold;
	text-decoration: underline;
}

.glosaryList ul{
	list-style: none;
}

.glosaryList li:first-child{
	border-top: 3px solid;
}

.glosaryList li{
	border-bottom: 3px solid;
}

.glosaryList h3{
	font-size: 20px;
	color: chartreuse;
}

.glosaryList p{
	color: white;
	margin-left: 20px;
}