body {
	background-color: rgba(28,148,196,1.00);
	
}

ol {
	list-style-type: decimal;
	color: rgba(255,255,255,1.00);
	font-family: open-sans;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	text-align: left;
}

ol li a{
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
	font-size: 1rem;
	text-align: left;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
ol li a:hover {
	font-family: open-sans;
	font-style: italic;
	font-weight: 600;
	line-height: 2rem;
	font-size: 1rem;
	text-align: left;
	text-decoration: underline;
	color: rgba(240,221,134,1.00);
}
