body {
 color: black;
 background-color: white;
}

.headerContainer {
}

.mainHeader {
	font-weight: bold;
	font-size: 2em;
}

.contentContainer {
}

.mainContent {
}

.footerContainer {
}

.spacer {
}

.copyright {
	font-size: small;	
}

.mailLink{
	font-size: small;
}

.codeIntBlock {
	position: relative;
	left: +10px;
}

#styleSwitch {
	font-size: small;
	display: none;
}

#styleSwitchAlt {
	font-size: small;
	display: none;
}

#logo{
	float: right;
	display: none;
}
