body {
}
nav.navbar {
		background-color: #3366cc;
		color: #FFFFCC;
	min-height: 40px;
}
a.nav-link {
		color: #FFFFCC;
		font-family: Arial,Helvetica,sans-serif;
	white-space: nowrap;
}
a.nav-link:hover {
	color: #FF0033;
}
a.dropdown-item {
		color: #FFFFCC;
		font-family: Arial,Helvetica,sans-serif;
	white-space: nowrap;
}
li.nav-item {
	padding: 20;
}
h1,h2,h3,h4,h5,h6 {
		color: #3366FF;
}
footer div.container {
		background-color: #3366cc;
		color: white;
		font-size: .75em;
		margin-top: 2rem;
}
footer a {
	color: white;
}
