text/css layout-styles.css ( ASCII C program text, with very long lines )

html,body {
  height: 100%;
}


body {
  background-color: #666666;
  color: #424242;
  margin: 0;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.428571429;
}



a{color:#494848;}
a:hover,a:focus{
	color: #494848;
	text-decoration: underline
}

.text-center{text-align:center}
