div.container {
	text-align: left; 
	width: 52em; 
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;	
	font: 400 14px "Roboto", sans-serif;
    color: #474747;	
}

div.header {
	background-color: rgb(224,224,224); 
	margin: 0em; 
	padding: 0.4em;
}

div.footer {
	background-color: rgb(224,224,224);
}

.copyright {
	font-weight: bold;
}

div.content {
	margin-left: 1em; 
	padding-left: 1em;
}

h2 {
	margin-left: 0.5em; 
	padding-left: 0.5em;	
    font: 900 16px "Roboto", sans-serif;
	text-transform: uppercase;
	color: #48486F;
	
}

.content * {
	margin-left: 1em; 
	padding-left: 1em;	
}

body {
	background-color: #eeeeee;
}