@import url('//fonts.googleapis.com/css?family=Open+Sans');

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:20px;
}
code {
	font-family:consolas,monospace;	
}
a {
	color:#61666c;
}
a, img {
        border:none;
        outline:none
}
a:hover {
	color:#2a2a2a;
}
