header
,nav
,section
,article
,aside
,footer
,hgroup{
    display: block;
}


html, body {
    width: 100%;
    height: 100%;
  margin: 0 auto;  
  padding: 0;
  font-size: 18px;
  line-height:30px; 
  font-family: "Courier Prime", monospace;
  color: #000;
  background-color: #fff;
}  

h1 {
	 font-family: "Arial", "Helvetica", sans-serif;
}

h2 {
	 font-family: "Arial", "Helvetica", sans-serif;
}	
.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}

#hello {
	padding: 5%;
}
