 @font-face {
    font-family: "CMUVariable";
    src: url('fonts/cmunvt.otf'); /*CMU variable width typewriter*/  
  }
  @font-face {
    font-family: "CMU";
    src: url('fonts/cmuntt.otf'); /*CMU typewriter*/
    font-weight: bold;
  }
  @font-face {
    font-family: "CMU";
    src: url('fonts/cmuntx.otf'); /*CMU typewriter Italic*/
    font-style: italic;
  }

body {
    margin: 58px 0px 0px 16px;
    font-family: "CMU", sans-serif;
    font-size: 15px;
    line-height: 19px;
    background: white; 
    font-style: normal;
    color: black;
	text-align: center;
}h1{
	font-weight: normal;
	font-family: "CMUVariable";
	font-size: 65px;
	line-height: 70px;
	margin: 0px 0px 0px 0px;
	color: #000;
}h1 a{
	color: #000;
	text-decoration: none;
}

#top{
	width: 100%;
	text-align: center;
	margin: 0px auto;
}

.reg{
	margin: 0px auto;
	width: 256px;
}.reg img{
	width: 256px;
	height: 256px;
}

.retina{
	margin: 0px auto;
	width: 128px;
}.retina img{
	width: 128px;
	height: 128px;
}