html {
	font-family: Arial, Helvetica, sans-serif;
}

/* LINE STYLING */
.line_wide {
	line-height: 24px;
}

/* FONT STYLING */
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.large {
	font-size: 18px;
}

/* COLORS */
.aqua {
	color: rgb(0, 119, 166);
}

.deepskyblue {
	color: deepskyblue;
}

.lime {
	color: limegreen;
}

.lightgreen {
	color: lightgreen;
}

.red {
	color: red;
}

/* REGULAR STYLING */
h1 {
	font-style: normal;
	font-size: 20px;
	color: orange;
}

h2 {
	font-style: normal;
	font-size: 24px;
	color: rgb(39, 110, 157);
}

p {
	font-size: 16px;
}
