html {
    background: #000;
    -webkit-font-smoothing: antialiased;
}
body h5 a {
}

body {
    background: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 200px auto;
    max-width: 1500px;
    font-size: 14px;
}
canvas {
  display: block;
  
}

a, a:active {
	color: #79CBF7;
    font-weight: 700;
	text-decoration: none;
	
}

a:visited {
	color: #B1E1FB;
    font-weight: 700;
	text-decoration: none;
}

a:hover {
	color: #79CBF7;
    font-weight: 700;
	text-decoration: underline;

}

b, strong {
    font-weight: 700;
}

samp {
    display: none;
}

