body {
 color: black;
 background-color: lightblue;
 padding: 0px;
 margin: 0px;
 font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
}

img {
 border: 0px;
}

:link {
	background-color: inherit;
}

:link:hover, :visited:hover {
	text-decoration: underline;
	color: red;
	background-color: inherit;
}

.headerContainer {
	margin-top: 2em;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 0em;
	padding-bottom: 0px;
	border: 0px;
}

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

.contentContainer {
	margin-left: 9%;
	margin-right: 9%;
	
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;

	background-color: yellow;
}

.counter {
	text-align: center;
}

.mainContent {
	padding: 1em;
}

.footerContainer {
	margin-left: 10%;
	margin-right: 10%;
}

.spacer {
	margin-top: 1em;
}

.copyright {
	font-size: small;	
	color: red;
}

.mailLink{
	font-size: small;
}

.codeBlock {
	background-color: white;
	
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
}

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

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

#styleSwitchAlt{
	font-size: 0.6em;
	display: none;
}

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