body {
    font-family: 'Ubuntu', sans-serif;
	margin: 40px auto;
	max-width: 650px;
	line-height: 1.6;
	font-size: 18px;
	color: #fff;
	padding: 0 10px;
	background: #333;
}

a {color: #0af;}
a:visited {color: #f0f;}

h1,h2,h3{line-height:1.2}

/*img {
	width: 1em;
}*/

/*@media (pointer:none), (pointer:coarse) {
	body {
		font-size: 100px;
	}
}*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
