@charset "utf-8";
/* CSS Document */

/*div{
	font-family: 'Lato', sans-serif;
	margin:0 auto;
	max-width:800px;
	font-weight:600;
	font-size:2em;
	text-align:center;
	margin-top:100px;
	color:#666;
}

p{
	color:#CCC;
}*/

body {
  text-align: center;
  color:#666;
  padding-top:8em;
  font-family: 'Lato', sans-serif;
}

* { color:#666; text-decoration: none;}