body {
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Merriweather', serif;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 16px;
	text-align: center;
	background-color: #990000;
}
h1 {
	font-size: 1.3rem;
	color: #00416A;
	font-style: normal;
	text-align: center;
	margin: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1rem;
	color: #00416A;
	margin: 0px;
	text-align: left;
	border-bottom-color: #00416A;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1rem;
	color: #00416A;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
h4 {
	font-family: 'Merriweather', serif;
	font-size: 0.9rem;
	color: #333;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
footer {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.8rem;
	color: #00416A;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
p {
	font-size: 0.8rem;
	color: #333;
	margin: 0px;
	font-family: 'Merriweather', serif;
	text-align: left;
	left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul {
	font-family: 'Merriweather', serif;
	font-size: 0.8rem;
	color: #333;
	display: list-item;
	list-style-type: none;
	text-align: left;
	padding-left: 15px;
	position: relative;
}
ul li {
	padding-bottom: 10px;
}
ol {
	font-family: 'Merriweather', serif;
	font-size: 0.8rem;
	color: #333;
	display: list-item;
    list-style-type: decimal;
	text-align: left;
	padding-left: 30px;
	position: relative;
}
ol li {
	padding-bottom: 10px;
}
#content_box {
	background-color: #EAEDED;
	max-width: 700px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
	padding: 1%;
	border-radius: 4px;
	border-bottom-width: 1.75px;
	border-bottom-style: dotted;
	border-bottom-color: #00416A;
}
#navigation_box {
	background-color: #EAEDED;
	max-width: 700px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
	padding: 1%;
	border-radius: 4px;
	border-bottom-width: 1.75px;
	border-bottom-style: dotted;
	border-bottom-color: #00416A;
	list-style-type: none;
}
#navigation_box_courses {
	background-color: #D6DBDF;
	max-width: 700px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
	padding: 1%;
	border-radius: 4px;
	border-bottom-width: 1.75px;
	border-bottom-style: dotted;
	border-bottom-color: #00416A;
	list-style-type: none;
}
#footer {
	background-color: #EAEDED;
	max-width: 700px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
	padding: 1%;
	border-radius: 4px;
	border-bottom-width: 1.75px;
	border-bottom-style: dotted;
	border-bottom-color: #00416A;
}
a:visited {
	color: #2980B9;
}
a:link {
	color: #00416A;
}
a:hover {
	color: #990000;
}
.navigation {
	font-family: 'Source Sans Pro', serif;
	font-size: 1rem;
	color: #00416A;
	text-align: center;
	display: inline-block;
	padding: 1.5;
	list-style-type: square;
	vertical-align: middle;
	font-weight: bold;
}
.table_contents {
	font-family: 'Source Sans Pro', serif;
	font-size: 0.8rem;
	text-align: center;
	padding: 1.5;
	vertical-align: middle;
}
.table_header {
	font-family: 'Source Sans Pro', serif;
	font-size: 0.8rem;
	font-weight: bold;
	color: #00416A;
	text-align: center;
	padding: 1.5%;
	vertical-align: middle;
}
.author {
	font-family: 'Source Sans Pro', serif;
	font-size: 1rem;
	color: #333;
	margin: 0px;
	text-align: left;
	left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.command {
	font-family: 'Source Sans Pro', serif;
	font-size: 0.9rem;
	font-style: small-caps;
}
.indent1 {
	padding-left: 15px;
}
.indent2 {
	padding-left: 30px;
}
