body * { 
	/* font-family: 'Montserrat', sans-serif;*/
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 800; 
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0; padding: 0;
}
a {
	text-decoration: underline; 
}

#menu a {
		/*color: #db4781; */
		/*font-family: Georgia, sans-serif;*/
		font-size: 150%;
		text-decoration: none;
}
#menu a:hover { 
	/*color: #990066; */
}

footer {
	text-align: center;
	padding-top: 2em;
}

.contentbox {
	font-size: 125%;
}

.contentbox a {
	color: #fff;
	
}
.contentbox a:hover { 
	color: #999;
}

#header, nav, #menu .navbar .bg-light {
	background: #fff;
}
#wrapper {
		background: #fff;
}
#header {
	text-align: center;
}

nav#menu.navbar.navbar-expand-lg.navbar-light.bg-light {
	background: #fff;
}
em, i {
	font-style: italic;
}
bold, strong {
	font-weight: bold;
}

nav {
	text-align:center;
}

h1,h2,h3,h4 { clear: both;}

.alignleft {
	float: left !important;
	margin: 0 1em 1em 0;
}