body
{
	background-color: LightSteelBlue;
}

#main-content
{
	background-color: LightSlateGrey;
	width: 90%;
	margin: auto;
	border-radius: 25px 25px 25px 25px;
}

#content-header
{
	
	text-align: center;
}

nav
{
	background-color: SteelBlue;
	padding: 1%;
}

#article-content
{
	background-color: MintCream;
	padding: 2%;
}

#finance-table
{
	width: 90%;
	margin: 0 5% 0 5%;
	background-color: white;
}

#email-form
{
	margin: 0% 40% 0% 40%;
	align-content: flex-end;
	text-align: right;
}

table, th, td
{
	border: 1px solid black;
	border-collapse: collapse;
}

td
{
	text-align: center;
}

table #finance-table tr:nth-child(even)
 {
    background-color: #eee;
}

table #finance-table tr:nth-child(odd) 
{
    background-color: #fff;
}

table #finance-table th 
{
    color: white;
    background-color: black;
}

footer
{
	text-align: center;
	padding: 10px;
}

p.question
{
	text-decoration: underline;
	font-weight: bold;
}

a.nav-link
{
	background-color: mintcream;
	color: darkslategrey;
	padding: 0.5%;
	border-radius: 5px;
}