
@import url('//fonts.googleapis.com/css?family=Open+Sans');

div.head {
	display: flex;
	justify-content: center;
}



/* Have to use @import for the font, as you can only specify a single stylesheet */
* {
//	margin:0;
//	padding:0;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	       box-sizing: border-box; 
}

html {
	min-height:100%;
	/* border-top:10px solid #ECEEF1; */
	border-bottom:10px solid #ECEEF1;
	color:#61666c;
	font-weight:400;
	font-size:1em;
	font-family:'Open Sans', sans-serif;
	line-height:2em;
}
body {
//	padding:0px;
	-webkit-backface-visibility:hidden;
}
code {
	font-family:consolas,monospace;	
}
a {
	color:#61666c;
//	text-decoration:none;
}
a, img {
        border:none;
        outline:none
}
a:hover {
	color:#2a2a2a;
}
