﻿.page-style {
	color: rgb(0, 0, 0);
}
.page-style h2 {
	text-align: center;
	font-weight: bold;
	font-size: 200%;
}
.page-style h3 {
	font-weight: bold;
	font-size: x-large;
}
.page-style ol {
	font-size: large;
	font-weight: bold;
}
.page-style ol li {
	line-height: 1.8
}
.page-style strong {
	color: rgb(255, 0, 0);
}
