.some-text {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	line-height: 30px;
}

.some-text2 {
	text-decoration: line-through;
}

.some-text3 {
	text-align: center;
	font-size: 25px;
}

.some-text4 {
	font-weight: 300;
	font-size: 17px;
	word-spacing: 30px;
	text-decoration-line: overline;
	text-decoration-style: wavy;
	text-shadow: 1px 0px 2px purple;
}

.some-text5 {
	font-size: 20px;
	word-spacing: 5px;
	text-decoration-line: underline;
	text-decoration-style: double;
}