.docPage * {
	color: #444444;
	line-height: 2;
}

.docPage {
	background-color: #e6e6e6;
}

.docPage h1 {
	font-size: 4.5rem;
}

.docPage h4 {
	font-size: 2.75rem;
}

.docPage h5 {
	font-size: 2.5rem;
}

.docPage p,
.docPage li {
	font-size: 1.5rem;
}

.docPage ol {
	list-style-type: decimal;
}

.docPage a {
	color: #007bff;
	text-decoration: none;
}