html, 
body {
	background: #010203;
	//background:#f3f3f3;
	color: #ffffff;
	color:auto;
	font-family: 'Ubuntu Mono', monospace;
    	padding: 1em;
}
a {
	color: #5a5b5c;
	text-decoration: none;
}

a:active, a:hover, a:focus {
	border-color: #e02422;
	color:red;
}

.page {
	margin: auto;
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
	max-width: 960px;
}
.content {
	padding: 5rem 1.5rem;
	text-align: left;
}
.logobar {
	position: fixed;
	max-width: 960px;
	margin: auto;
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
    top: 0;
    left: 0;
	right: 0;
    z-index: 20;
    height: 50px;
    background-color: #fff;
	line-height: 2.2rem;
	color: #000000;
}
.navbar {
	position: fixed;
	max-width: 960px;
	margin: auto;
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
    top: 25;
    left: 0;
	right: 0;
    z-index: 20;
    //height: 20px;
    background-color: #000000;
    box-sizing: border-box;
    border-bottom: 1px solid #eaecef;
	//line-height: 2.2rem;
	color: #000000;
}
.logo {
	font-weight: bold;
}
.link {
	
	color: #ffffff;
	font-size: 0.9rem;
	display: inline-block;
	//margin: auto;
	text-align: center;
	white-space: nowrap;
}
#navlink
{
	font-weight: bold;
	//box-sizing: border-box;
	//border-left: 1px solid #eaecef;
	//border-right: 1px solid #eaecef;
}



